summaryrefslogtreecommitdiffstats
path: root/samba-editshare-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'samba-editshare-html.lsp')
-rw-r--r--samba-editshare-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba-editshare-html.lsp b/samba-editshare-html.lsp
index aa67e11..e1d327a 100644
--- a/samba-editshare-html.lsp
+++ b/samba-editshare-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
local order = {"name", "valid", "comment", "path", "browseable", "guest", "printable", "writable"}