summaryrefslogtreecommitdiffstats
path: root/dhcp-settings-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-settings-html.lsp')
-rw-r--r--dhcp-settings-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-settings-html.lsp b/dhcp-settings-html.lsp
index de209bf..3b1344a 100644
--- a/dhcp-settings-html.lsp
+++ b/dhcp-settings-html.lsp
@@ -1,7 +1,7 @@
<% local form, viewlibrary, page_info = ... %>
<% 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
local order = {"domainname", "domainnameservers", "dnsupdatestyle", "defleasetime", "maxleasetime"}