summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:30:31 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:30:31 +0000
commit08bc06a7b69195d83655f1a60e16760fb10060e6 (patch)
tree36cc8462921b00279750fbe41a80d68db51a93e0
parent083ec820af60d1ac17e1687944c3a54ffc8334b2 (diff)
downloadacf-heimdal-08bc06a7b69195d83655f1a60e16760fb10060e6.tar.bz2
acf-heimdal-08bc06a7b69195d83655f1a60e16760fb10060e6.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
-rw-r--r--heimdal-klist-html.lsp5
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 %>