diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:25:09 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-04-25 07:25:09 +0000 |
commit | 4bf23634096a5f44ca52106dbfbb161260b7b370 (patch) | |
tree | fcaf67546dd592fe6f8e66034ef4fb3d4e812b1e | |
parent | c89ce7c262be85419e22a168963b30d079e13c4d (diff) | |
download | acf-freeswitch-4bf23634096a5f44ca52106dbfbb161260b7b370.tar.bz2 acf-freeswitch-4bf23634096a5f44ca52106dbfbb161260b7b370.tar.xz |
Minor cleanup of styling in listfiles html view
-rw-r--r-- | freeswitch-listfiles-html.lsp | 2 |
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 %> |