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