summaryrefslogtreecommitdiffstats
path: root/logfiles-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-status-html.lsp')
-rw-r--r--logfiles-status-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp
index 6d56009..0345d8e 100644
--- a/logfiles-status-html.lsp
+++ b/logfiles-status-html.lsp
@@ -40,7 +40,7 @@ end
<% htmlviewfunctions.displaycommandresults({"delete"}, 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("delete") then %>
@@ -77,3 +77,4 @@ end
</tr>
<% end %>
</tbody></table>
+<% htmlviewfunctions.displaysectionend(header_level) %>