diff --git a/webui/src/main/js/search.js b/webui/src/main/js/search.js index 1024ce84..7bf4627a 100644 --- a/webui/src/main/js/search.js +++ b/webui/src/main/js/search.js @@ -42,7 +42,7 @@ class Sender { mapping.set("Sender", this.getSenderLink()) mapping.set("Results", this.results) - var trustHtml = "
" + this.trust + "

" + this.getTrustLinks() + "

" + var trustHtml = this.trust + "" + this.getTrustLinks() + "" mapping.set("Trust", trustHtml) mapping.set("Browse", this.getBrowseBlock()) @@ -345,7 +345,7 @@ class SenderForResult { } getTrustBlock() { - return "
" + this.trust +"

" + this.getTrustLinks() + "

" + return this.trust +"" + this.getTrustLinks() + "" } getTrustLinks() {