summaryrefslogtreecommitdiffstats
path: root/password-edit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'password-edit-html.lsp')
-rw-r--r--password-edit-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/password-edit-html.lsp b/password-edit-html.lsp
index d9582bf..257c319 100644
--- a/password-edit-html.lsp
+++ b/password-edit-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<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.password.type = "password"