From 8c038f4b24750a0bc8d365f132fc7c43b8d2ec2b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Dec 2015 13:26:06 +0000 Subject: Change modelfunctions.getfiledetails to use size=actual size, not filesize=user friendly size --- app/filedetails-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 2dd90e5..59c6a91 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -14,7 +14,7 @@ htmlviewfunctions.displayinfo(form) header_level2 = htmlviewfunctions.displaysectionstart(cfe({label="File Details"}), page_info, htmlviewfunctions.incrementheader(header_level)) htmlviewfunctions.displayitem(form.value.filename) -htmlviewfunctions.displayitem(form.value.filesize) +htmlviewfunctions.displayitem(form.value.size) htmlviewfunctions.displayitem(form.value.mtime) if form.value.grep and form.value.grep.value and form.value.grep.value ~= "" then htmlviewfunctions.displayitem(form.value.grep) -- cgit v1.2.3