From 08bc06a7b69195d83655f1a60e16760fb10060e6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:30:31 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- heimdal-klist-html.lsp | 5 +---- 1 file changed, 1 insertion(+), 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) %> -

<%= data.label %>

-
+

<%= data.label %>

 <%= html.html_escape(data.value) %>
 
@@ -15,8 +14,6 @@ viewlibrary.dispatch_component("kdestroy") end %> -
- <% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("kinit") then viewlibrary.dispatch_component("kinit") end %> -- cgit v1.2.3