summaryrefslogtreecommitdiffstats
path: root/shorewall-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:28:16 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:28:16 +0000
commit14e5a13031dc1ef4632c06bc317df8e311c222e4 (patch)
tree7c7bc60e1552563c53867c7c193cbe5bc61e3696 /shorewall-listfiles-html.lsp
parentd079b238998b976b8ec0de29723c292e9870cd1e (diff)
downloadacf-shorewall-14e5a13031dc1ef4632c06bc317df8e311c222e4.tar.bz2
acf-shorewall-14e5a13031dc1ef4632c06bc317df8e311c222e4.tar.xz
Minor cleanup of styling in listfiles html view
Diffstat (limited to 'shorewall-listfiles-html.lsp')
-rw-r--r--shorewall-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index 6f7f3f7..56af33e 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-html.lsp
@@ -57,7 +57,7 @@ end %>
<% filename.value = file.filename %>
<td><% htmlviewfunctions.displayitem(cfe({type="link", value={filename=filename, redir=redir}, label="", option="Edit", action="edit"}), 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 %>