summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-15 21:44:39 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-15 21:44:39 +0000
commitf86c9f254d4e933b36dde233d860f66540fb15a7 (patch)
tree42438d1c5eb0fc645c78a1a91c6263481ac6c227
parentba47f1e7c2d7494bbc9c424c4d40e100addf3005 (diff)
downloadacf-dovecot-f86c9f254d4e933b36dde233d860f66540fb15a7.tar.bz2
acf-dovecot-f86c9f254d4e933b36dde233d860f66540fb15a7.tar.xz
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/dovecot/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--dovecot-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp
index f60bb13..b8a4ce7 100644
--- a/dovecot-details-html.lsp
+++ b/dovecot-details-html.lsp
@@ -9,7 +9,7 @@ io.write("</span>")
<% viewlibrary.dispatch_component("status") %>
-<H2><%= data.label %></H2>
+<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
displayitem(data)