summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:27:27 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:27:27 +0000
commit9b843682eca1f121db3114ec21e9ab91633698bd (patch)
treea510991b538fdf560dcdcdb00c62dff1d093bce4
parent874b0f405130ef06259d54be4dd0ff6d094c8ff8 (diff)
downloadacf-dovecot-9b843682eca1f121db3114ec21e9ab91633698bd.tar.bz2
acf-dovecot-9b843682eca1f121db3114ec21e9ab91633698bd.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
-rw-r--r--dovecot-details-html.lsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp
index 778a3bf..78db808 100644
--- a/dovecot-details-html.lsp
+++ b/dovecot-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>