summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dovecot-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp
index f60bb13..b8a4ce7 100644
--- a/dovecot-details-html.lsp
+++ b/dovecot-details-html.lsp
@@ -9,7 +9,7 @@ io.write("</span>")
<% viewlibrary.dispatch_component("status") %>
-<H2><%= data.label %></H2>
+<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
displayitem(data)