diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-01-15 21:44:39 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-01-15 21:44:39 +0000 |
commit | a2a0614f1c3f232d9ec0b3e3f7be85a186b3cf3a (patch) | |
tree | da1a7b2e01e7b25ad024aa42f4238c241ee68ee2 | |
parent | 27408fa54e736cbcc741c3e41171d8f65b2848db (diff) | |
download | acf-gross-a2a0614f1c3f232d9ec0b3e3f7be85a186b3cf3a.tar.bz2 acf-gross-a2a0614f1c3f232d9ec0b3e3f7be85a186b3cf3a.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/gross/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | gross-details-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gross-details-html.lsp b/gross-details-html.lsp index f60bb13..b8a4ce7 100644 --- a/gross-details-html.lsp +++ b/gross-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) |