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 | 3c67f77555e636f949588c049c2074c70a1cbe33 (patch) | |
tree | 1b9e71fc71f4d8e0617b0b0973cb411009eb4331 /modules-status-html.lsp | |
parent | 5ec7a43c6f0a6cd1369da101fa0e3f1f12d99973 (diff) | |
download | acf-alpine-baselayout-3c67f77555e636f949588c049c2074c70a1cbe33.tar.bz2 acf-alpine-baselayout-3c67f77555e636f949588c049c2074c70a1cbe33.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/alpine-baselayout/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'modules-status-html.lsp')
-rw-r--r-- | modules-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-status-html.lsp b/modules-status-html.lsp index 9854e28..8d797b5 100644 --- a/modules-status-html.lsp +++ b/modules-status-html.lsp @@ -3,4 +3,4 @@ <h1>Modules</h1> <h2>Installed modules</h2> -<pre><%= view.value %></pre> +<pre><%= html.html_escape(view.value) %></pre> |