diff options
-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 %> |