From f7bba5fcde5a5674a08f2f62236a7b3ab4be8108 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/tcpproxy/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tcpproxy-listsmtpentries-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tcpproxy-listsmtpentries-html.lsp') diff --git a/tcpproxy-listsmtpentries-html.lsp b/tcpproxy-listsmtpentries-html.lsp index 87809a9..9a48e7b 100644 --- a/tcpproxy-listsmtpentries-html.lsp +++ b/tcpproxy-listsmtpentries-html.lsp @@ -23,9 +23,9 @@ require("viewfunctions") <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delsmtpentry?ipaddr="..(interface.ipaddr or interface.interface), label="Delete "} %> <% end %> - <%= interface.interface or "" %> - <%= interface.ipaddr or "" %> - <%= interface.cmd or "" %> + <%= html.html_escape(interface.interface) %> + <%= html.html_escape(interface.ipaddr) %> + <%= html.html_escape(interface.cmd) %> <% end %> -- cgit v1.2.3