summaryrefslogtreecommitdiffstats
path: root/dnscache-editdomain-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dnscache-editdomain-html.lsp')
-rw-r--r--dnscache-editdomain-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnscache-editdomain-html.lsp b/dnscache-editdomain-html.lsp
index 1380add..e3cd759 100644
--- a/dnscache-editdomain-html.lsp
+++ b/dnscache-editdomain-html.lsp
@@ -9,7 +9,7 @@ io.write("</span>")
--]]
%>
-<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
form.value.domain.readonly = true