summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dovecot-details-html.lsp4
1 files changed, 1 insertions, 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") %>
-<H2><%= html.html_escape(data.label) %></H2>
-<DL>
+<h2><%= html.html_escape(data.label) %></h2>
<%
htmlviewfunctions.displayitem(data)
%>
-</DL>