diff --git a/webui/src/main/js/trustLists.js b/webui/src/main/js/trustLists.js index 8024b124..f4072cd6 100644 --- a/webui/src/main/js/trustLists.js +++ b/webui/src/main/js/trustLists.js @@ -32,7 +32,7 @@ function updateDiv(name, list) { html += "" + list[i].user + "" html += "" + list[i].reason + "" // maybe in
 		html += "" + list[i].status + ""
-		html += "
+		html += ""
 	}
 	
 	document.getElementById(name).innerHTML = html
diff --git a/webui/src/main/webapp/TrustLists.jsp b/webui/src/main/webapp/TrustLists.jsp
index 9fa797b3..17184643 100644
--- a/webui/src/main/webapp/TrustLists.jsp
+++ b/webui/src/main/webapp/TrustLists.jsp
@@ -30,7 +30,7 @@ String pagetitle="Trust Lists";
 			
- TrustedDistrusted> + TrustedDistrusted