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