diff options
Diffstat (limited to 'rc-status-html.lsp')
-rw-r--r-- | rc-status-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rc-status-html.lsp b/rc-status-html.lsp index c787234..a586700 100644 --- a/rc-status-html.lsp +++ b/rc-status-html.lsp @@ -22,7 +22,7 @@ <% htmlviewfunctions.displaycommandresults({"edit", "startstop"}, session) %> -<% htmlviewfunctions.displayheader(view, page_info) %> +<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %> <table id="list" class="tablesorter"><thead> <tr> <% if viewlibrary.check_permission("edit") then %> @@ -58,3 +58,4 @@ for i,item in ipairs(view.value) do %> </tr> <% end %> </tbody></table> +<% htmlviewfunctions.displaysectionend(header_level) %> |