diff options
-rw-r--r-- | heimdal-klist-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heimdal-klist-html.lsp b/heimdal-klist-html.lsp index 2196ad2..e89036a 100644 --- a/heimdal-klist-html.lsp +++ b/heimdal-klist-html.lsp @@ -5,10 +5,11 @@ <% htmlviewfunctions.displaycommandresults({"kdestroy"}, session) %> <% htmlviewfunctions.displaycommandresults({"kinit"}, session, true) %> -<h1><%= data.label %></h1> +<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %> <pre> <%= html.html_escape(data.value) %> </pre> +<% htmlviewfunctions.displaysectionend(header_level) %> <% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("kdestroy") then viewlibrary.dispatch_component("kdestroy") |