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 --- logfiles-status-html.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'logfiles-status-html.lsp') 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) %> <% if viewlibrary.check_permission("delete") then %> @@ -77,3 +77,4 @@ end <% end %>
+<% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3