From 19ded62e2c86baeac16f4173b5870b6959cebd12 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/lvm2/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lvm2-details-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvm2-details-html.lsp b/lvm2-details-html.lsp index e035905..e7d0976 100644 --- a/lvm2-details-html.lsp +++ b/lvm2-details-html.lsp @@ -9,7 +9,7 @@ io.write("") <% viewlibrary.dispatch_component("status") %> -

<%= data.label %>

+

<%= html.html_escape(data.label) %>

<% displayitem(data.value.pvdisplay) -- cgit v1.2.3