summaryrefslogtreecommitdiffstats
path: root/squid-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-config-html.lsp')
-rw-r--r--squid-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp
index 5a9da1a..3f2c786 100644
--- a/squid-config-html.lsp
+++ b/squid-config-html.lsp
@@ -8,7 +8,7 @@ require("viewfunctions")
viewlibrary.dispatch_component("status")
end %>
-<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
local order = {"httpports", "accesslog", "diskcache", "authmethod"}