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 --- health-proc-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'health-proc-html.lsp') diff --git a/health-proc-html.lsp b/health-proc-html.lsp index 6e52d21..3105a1c 100644 --- a/health-proc-html.lsp +++ b/health-proc-html.lsp @@ -3,7 +3,7 @@

Process information

Processor

-
<%= view.value.processor.value %>
+
<%= html.html_escape(view.value.processor.value) %>

Memory

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