diff --git a/webui/src/main/js/filesTable.js b/webui/src/main/js/filesTable.js index d7b82273..4b4e2224 100644 --- a/webui/src/main/js/filesTable.js +++ b/webui/src/main/js/filesTable.js @@ -19,7 +19,7 @@ class SharedFile { var showCommentHtml = "" var showCommentLink = new Link(_t("Comment"), "showCommentForm", [this.path]) showCommentHtml = "" + showCommentLink.render() + "" - var commentDiv = "
" + var commentDiv = "" var fetchLink = "" + _t("Fetch") + "" var html = this.name + "