summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %>