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