diff options
Diffstat (limited to 'logfiles-status-html.lsp')
-rw-r--r-- | logfiles-status-html.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp index bf80391..c708029 100644 --- a/logfiles-status-html.lsp +++ b/logfiles-status-html.lsp @@ -7,13 +7,13 @@ document.write('<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"><\/script>'); } </script> - + <script type="text/javascript"> if (typeof $.tablesorter == 'undefined') { document.write('<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery.tablesorter.js"><\/script>'); } </script> - + <script type="text/javascript"> $(document).ready(function() { <% if viewlibrary.check_permission("delete") then %> @@ -23,7 +23,7 @@ <% end %> }); </script> - + <% htmlviewfunctions.displaycommandresults({"delete"}, session) %> <% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %> @@ -38,7 +38,7 @@ <th>Size</th> <th>Last Modified</th> <th>File</th> - </tr> + </tr> </thead><tbody> <% local viewtype = cfe({type="hidden", value="stream"}) %> |