From 3c67f77555e636f949588c049c2074c70a1cbe33 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/alpine-baselayout/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed --- skins-read-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skins-read-html.lsp') diff --git a/skins-read-html.lsp b/skins-read-html.lsp index 9bb70a0..95547a5 100644 --- a/skins-read-html.lsp +++ b/skins-read-html.lsp @@ -7,11 +7,11 @@
<% for i,skin in ipairs(view.value) do %> -
<%= skin.value %>
+
<%= html.html_escape(skin.value) %>
<% if (skin.inuse) then %>
in use
<% else %> -
[use this skin]
+
[use this skin]
<% end %> <% end %>
-- cgit v1.2.3