diff options
-rw-r--r-- | heimdal-klist-html.lsp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/heimdal-klist-html.lsp b/heimdal-klist-html.lsp index 2692be9..2196ad2 100644 --- a/heimdal-klist-html.lsp +++ b/heimdal-klist-html.lsp @@ -5,8 +5,7 @@ <% htmlviewfunctions.displaycommandresults({"kdestroy"}, session) %> <% htmlviewfunctions.displaycommandresults({"kinit"}, session, true) %> -<H1><%= data.label %></H1> -<DL> +<h1><%= data.label %></h1> <pre> <%= html.html_escape(data.value) %> </pre> @@ -15,8 +14,6 @@ viewlibrary.dispatch_component("kdestroy") end %> -</DL> - <% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("kinit") then viewlibrary.dispatch_component("kinit") end %> |