summaryrefslogtreecommitdiffstats
path: root/openssh-addauth-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-addauth-html.lsp')
-rw-r--r--openssh-addauth-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh-addauth-html.lsp b/openssh-addauth-html.lsp
index 68ced32..f532b68 100644
--- a/openssh-addauth-html.lsp
+++ b/openssh-addauth-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.user.type = "hidden"