summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:28:05 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:28:05 +0000
commitc87ac4aa6be0e7085e56e6e72b9e766b0ebb8779 (patch)
treec271c4bcf34b4bcf2b9086039f139afd5f1df6cc
parent6f3e73c18db22a88e4ab224dbbe351d7ce1a20df (diff)
downloadacf-samba-c87ac4aa6be0e7085e56e6e72b9e766b0ebb8779.tar.bz2
acf-samba-c87ac4aa6be0e7085e56e6e72b9e766b0ebb8779.tar.xz
Minor cleanup of styling in listfiles html view
-rw-r--r--samba-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba-listfiles-html.lsp b/samba-listfiles-html.lsp
index 2292409..8cfea46 100644
--- a/samba-listfiles-html.lsp
+++ b/samba-listfiles-html.lsp
@@ -57,7 +57,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 %>