From 76cbb205333360ae618c3b8a20faccf747039070 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/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/dispatcherror-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/dispatcherror-html.lsp') diff --git a/app/dispatcherror-html.lsp b/app/dispatcherror-html.lsp index ce6b5c8..82f873f 100644 --- a/app/dispatcherror-html.lsp +++ b/app/dispatcherror-html.lsp @@ -27,4 +27,4 @@

Alpine Configuration Framework

Dispatch error occured

-

'<%= view.controller %>' does not have a '<%= view.action %>' action.

+

'<%= html.html_escapt(view.controller) %>' does not have a '<%= html.html_escape(view.action) %>' action.

-- cgit v1.2.3