summaryrefslogtreecommitdiffstats
path: root/clamav-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'clamav-details-html.lsp')
-rw-r--r--clamav-details-html.lsp4
1 files changed, 1 insertions, 3 deletions
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") %>
-<H2><%= html.html_escape(data.label) %></H2>
-<DL>
+<h2><%= html.html_escape(data.label) %></h2>
<%
htmlviewfunctions.displayitem(data)
%>
-</DL>