diff options
Diffstat (limited to 'openssl-request-html.lsp')
-rw-r--r-- | openssl-request-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-request-html.lsp b/openssl-request-html.lsp index b2b6495..6e2f77c 100644 --- a/openssl-request-html.lsp +++ b/openssl-request-html.lsp @@ -5,7 +5,7 @@ io.write(html.cfe_unpack(form)) --]] %> -<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" |