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 | 72a3e69b5f4adafea8905e60213371ab1b2fc019 (patch) | |
tree | ae83e7a78d5533b72696678f873857511451b8a0 /ipsectools-viewcert-html.lsp | |
parent | cad10c9da021f1b91881585985cd2cf5f457bf9f (diff) | |
download | acf-ipsec-tools-72a3e69b5f4adafea8905e60213371ab1b2fc019.tar.bz2 acf-ipsec-tools-72a3e69b5f4adafea8905e60213371ab1b2fc019.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/ipsec-tools/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'ipsectools-viewcert-html.lsp')
-rw-r--r-- | ipsectools-viewcert-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-viewcert-html.lsp b/ipsectools-viewcert-html.lsp index d23cb53..1acb166 100644 --- a/ipsectools-viewcert-html.lsp +++ b/ipsectools-viewcert-html.lsp @@ -5,4 +5,4 @@ io.write(html.cfe_unpack(view)) --]] %> <H1>Certificate Details</H1> -<pre><%= view.value.value %></pre> +<pre><%= html.html_escape(view.value.value) %></pre> |