summaryrefslogtreecommitdiffstats
path: root/health-networkstats-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r--health-networkstats-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp
index d04163a..16956d3 100644
--- a/health-networkstats-html.lsp
+++ b/health-networkstats-html.lsp
@@ -142,7 +142,7 @@
});
</script>
-<% htmlviewfunctions.displayheader(view, page_info) %>
+<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>
<p>Network traffic in bytes/second</p>
<div id="chart" style="width:680px; height:300px;"></div>
@@ -177,3 +177,5 @@ Start / Stop
<% end %>
</table>
<% --]] %>
+
+<% htmlviewfunctions.displaysectionend(header_level) %>