summaryrefslogtreecommitdiffstats
path: root/shorewall-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:54:20 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:54:20 +0000
commit2b3e28518b6c5488412fde37fb8e6fba49591937 (patch)
tree2e5bf3a77f79f7d27bed977736d1cd245ef7e9ab /shorewall-details-html.lsp
parent9cf7dbead8f602c77541889bef4bc8e629e76853 (diff)
downloadacf-shorewall-2b3e28518b6c5488412fde37fb8e6fba49591937.tar.bz2
acf-shorewall-2b3e28518b6c5488412fde37fb8e6fba49591937.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'shorewall-details-html.lsp')
-rw-r--r--shorewall-details-html.lsp8
1 files changed, 3 insertions, 5 deletions
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp
index 4b04fce..e3fca74 100644
--- a/shorewall-details-html.lsp
+++ b/shorewall-details-html.lsp
@@ -6,9 +6,7 @@ html = require("acf.html")
viewlibrary.dispatch_component("status")
end %>
-<H2><%= html.html_escape(data.label) %></H2>
-<DL>
-<PRE>
+<h2><%= html.html_escape(data.label) %></h2>
+<pre>
<%= html.html_escape(data.value) %>
-</PRE>
-</DL>
+</pre>