summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:45:29 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:45:29 +0000
commit96491cb4728bdc311be15e9e58eae36c19657406 (patch)
tree30c9714a475846872eacb8d6465cb3f0d23c1018 /postfix-details-html.lsp
parent3ae274ba401c1a67a0041902ee0baeb5ab17aafb (diff)
downloadacf-postfix-96491cb4728bdc311be15e9e58eae36c19657406.tar.bz2
acf-postfix-96491cb4728bdc311be15e9e58eae36c19657406.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'postfix-details-html.lsp')
-rw-r--r--postfix-details-html.lsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
index 778a3bf..78db808 100644
--- a/postfix-details-html.lsp
+++ b/postfix-details-html.lsp
@@ -5,9 +5,7 @@ html = require("acf.html")
<% viewlibrary.dispatch_component("status") %>
-<H2><%= html.html_escape(data.label) %></H2>
-<DL>
+<h2><%= html.html_escape(data.label) %></h2>
<%
htmlviewfunctions.displayitem(data)
%>
-</DL>