summaryrefslogtreecommitdiffstats
path: root/weblog-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 10:42:28 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 10:42:28 +0000
commit9c7c49f921f0a60fb4c50bf8d598967a481f1b25 (patch)
tree74927593289dfc9802edc2d2058fdf2352d18650 /weblog-listfiles-html.lsp
parentfb7ce759c1045daf20e416547e6111f796030b60 (diff)
downloadacf-weblog-9c7c49f921f0a60fb4c50bf8d598967a481f1b25.tar.bz2
acf-weblog-9c7c49f921f0a60fb4c50bf8d598967a481f1b25.tar.xz
Minor cleanup of html views
Diffstat (limited to 'weblog-listfiles-html.lsp')
-rw-r--r--weblog-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-listfiles-html.lsp b/weblog-listfiles-html.lsp
index a5f28b8..8cc522c 100644
--- a/weblog-listfiles-html.lsp
+++ b/weblog-listfiles-html.lsp
@@ -54,7 +54,7 @@ end
<tr>
<td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="editfile"}), page_info, -1) %></td>
<td><%= html.html_escape(file.filename) %></td>
- <td><span style="display:none"><%= convertsize(file.size) %>b</span><%= html.html_escape(file.size) %></td>
+ <td><span class="hide"><%= convertsize(file.size) %>b</span><%= html.html_escape(file.size) %></td>
<td><%= html.html_escape(file.mtime) %></td>
</tr>
<% end %>