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

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

-
+

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

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