From 2eb2895972d0b37cbc271d8551bc4d263611b72d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:23:07 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- clamav-details-html.lsp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'clamav-details-html.lsp') diff --git a/clamav-details-html.lsp b/clamav-details-html.lsp index 778a3bf..78db808 100644 --- a/clamav-details-html.lsp +++ b/clamav-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