summaryrefslogtreecommitdiffstats
path: root/freeswitch-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-25 07:25:09 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-25 07:25:09 +0000
commit4bf23634096a5f44ca52106dbfbb161260b7b370 (patch)
treefcaf67546dd592fe6f8e66034ef4fb3d4e812b1e /freeswitch-listfiles-html.lsp
parentc89ce7c262be85419e22a168963b30d079e13c4d (diff)
downloadacf-freeswitch-4bf23634096a5f44ca52106dbfbb161260b7b370.tar.bz2
acf-freeswitch-4bf23634096a5f44ca52106dbfbb161260b7b370.tar.xz
Minor cleanup of styling in listfiles html view
Diffstat (limited to 'freeswitch-listfiles-html.lsp')
-rw-r--r--freeswitch-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/freeswitch-listfiles-html.lsp b/freeswitch-listfiles-html.lsp
index 92265ed..7192fe4 100644
--- a/freeswitch-listfiles-html.lsp
+++ b/freeswitch-listfiles-html.lsp
@@ -65,7 +65,7 @@ end %>
<% end %>
</td>
<td><%= html.html_escape(v.filename) %></td>
- <td><span style="display:none"><%= convertsize(v.size) %>b</span><%= html.html_escape(v.size) %></td>
+ <td><span class="hide"><%= convertsize(v.size) %>b</span><%= html.html_escape(v.size) %></td>
<td><%= html.html_escape(v.mtime) %></td>
</tr>
<% end %>