From 9b843682eca1f121db3114ec21e9ab91633698bd Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:27:27 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- dovecot-details-html.lsp | 4 +--- 1 file changed, 1 insertion(+), 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") %> -

<%= html.html_escape(data.label) %>

-
+

<%= html.html_escape(data.label) %>

<% htmlviewfunctions.displayitem(data) %> -
-- cgit v1.2.3