From 9c7c49f921f0a60fb4c50bf8d598967a481f1b25 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 25 Apr 2014 10:42:28 +0000 Subject: Minor cleanup of html views --- weblog-listfiles-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weblog-listfiles-html.lsp') diff --git a/weblog-listfiles-html.lsp b/weblog-listfiles-html.lsp index a5f28b8..8cc522c 100644 --- a/weblog-listfiles-html.lsp +++ b/weblog-listfiles-html.lsp @@ -54,7 +54,7 @@ end <% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="editfile"}), page_info, -1) %> <%= html.html_escape(file.filename) %> - <%= convertsize(file.size) %>b<%= html.html_escape(file.size) %> + <%= convertsize(file.size) %>b<%= html.html_escape(file.size) %> <%= html.html_escape(file.mtime) %> <% end %> -- cgit v1.2.3