From fac49f7ab11ad399ac380459ef183f92478b03b4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 17 Mar 2014 16:21:02 +0000 Subject: Change htmlviewfunctions.displayheader to .displaysectionstart and added .displaysectionend function --- health-networkstats-html.lsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'health-networkstats-html.lsp') 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 @@ }); -<% htmlviewfunctions.displayheader(view, page_info) %> +<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>

Network traffic in bytes/second

@@ -177,3 +177,5 @@ Start / Stop <% end %> <% --]] %> + +<% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3