From afcd120c1c5b8d839820259c9d8b488e994fcffe 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/openssl/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openssl-viewcert-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl-viewcert-html.lsp') diff --git a/openssl-viewcert-html.lsp b/openssl-viewcert-html.lsp index d23cb53..1acb166 100644 --- a/openssl-viewcert-html.lsp +++ b/openssl-viewcert-html.lsp @@ -5,4 +5,4 @@ io.write(html.cfe_unpack(view)) --]] %>

Certificate Details

-
<%= view.value.value %>
+
<%= html.html_escape(view.value.value) %>
-- cgit v1.2.3