summaryrefslogtreecommitdiffstats
path: root/interfaces-update-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r--interfaces-update-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp
index d205c03..f796beb 100644
--- a/interfaces-update-html.lsp
+++ b/interfaces-update-html.lsp
@@ -151,7 +151,7 @@ io.write("</span>")
--]]
%>
-<h1><%= form.label %><% if page_info.action == "update" then io.write(" - "..form.value.name.value) end %></h1>
+<h1><%= html.html_escape(form.label) %><% if page_info.action == "update" then io.write(html.html_escape(" - "..form.value.name.value)) end %></h1>
<%
if page_info.action == "update" then
form.value.name.readonly = true