summaryrefslogtreecommitdiffstats
path: root/openntpd-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openntpd-config-html.lsp')
-rw-r--r--openntpd-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp
index 72ba5b6..3c03dc1 100644
--- a/openntpd-config-html.lsp
+++ b/openntpd-config-html.lsp
@@ -15,7 +15,7 @@ io.write("</span>")
viewlibrary.dispatch_component("status")
end %>
-<H1><%= form.label %></H1>
+<H1><%= html.html_escape(form.label) %></H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
local order = { "setstimeonstartup", "listen", "server", "servers" }