summaryrefslogtreecommitdiffstats
path: root/clamav-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:22:25 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:22:25 +0000
commit737243a73545be5cbe78289d69bd6aa5da1be65e (patch)
tree0daac301a851c4e75bcbfd630fb831496f47c429 /clamav-listfiles-html.lsp
parent96879a321edc0cfa3fe7a61d39963e9adaedce08 (diff)
downloadacf-clamav-737243a73545be5cbe78289d69bd6aa5da1be65e.tar.bz2
acf-clamav-737243a73545be5cbe78289d69bd6aa5da1be65e.tar.xz
Minor cleanup of styling in listfiles html view
Diffstat (limited to 'clamav-listfiles-html.lsp')
-rw-r--r--clamav-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
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 %>
<tr>
<td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="expert"}), page_info, -1) %></td>
<td><%= html.html_escape(file.filename) %></td>
- <td><span style="display:none"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
+ <td><span class="hide"><%= convertsize(file.filesize) %>b</span><%= html.html_escape(file.filesize) %></td>
<td><%= html.html_escape(file.mtime) %></td>
</tr>
<% end %>