From 2a4fae8de4f39b19c9ef520c071e505eb199dfde Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Mon, 9 Dec 2019 07:47:47 +0000 Subject: [PATCH] wip on trust lists --- webui/src/main/js/trustLists.js | 2 +- webui/src/main/webapp/TrustLists.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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