From c57c6b16c74f7f570c6460be8131da62ea36e237 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 15 Jan 2009 21:44:39 +0000 Subject: Modified html.lua and viewlibrary.lua and all html files to html_escape variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/samba/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed --- samba-join-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samba-join-html.lsp') diff --git a/samba-join-html.lsp b/samba-join-html.lsp index 12afb09..d26a41b 100644 --- a/samba-join-html.lsp +++ b/samba-join-html.lsp @@ -8,7 +8,7 @@ require("viewfunctions") viewlibrary.dispatch_component("status") end %> -

<%= form.label %>

+

<%= html.html_escape(form.label) %>

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action local order = {"domain", "login", "password"} -- cgit v1.2.3