From 737243a73545be5cbe78289d69bd6aa5da1be65e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 25 Apr 2014 07:22:25 +0000 Subject: Minor cleanup of styling in listfiles html view --- clamav-listfiles-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav-listfiles-html.lsp b/clamav-listfiles-html.lsp index 1bc85ae..97ec1ff 100644 --- a/clamav-listfiles-html.lsp +++ b/clamav-listfiles-html.lsp @@ -58,7 +58,7 @@ end %> <% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="expert"}), page_info, -1) %> <%= html.html_escape(file.filename) %> - <%= convertsize(file.filesize) %>b<%= html.html_escape(file.filesize) %> + <%= convertsize(file.filesize) %>b<%= html.html_escape(file.filesize) %> <%= html.html_escape(file.mtime) %> <% end %> -- cgit v1.2.3