summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-15 21:44:39 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-15 21:44:39 +0000
commit2635d99389c4c7daae1af4bf83627424c176e493 (patch)
tree57f8d21f0ac26022fda2f38c05ffe90f1d5d2d19 /bgp-details-html.lsp
parent1a52577579e3c2e5b9c60d72dc3dbf0df1e4989a (diff)
downloadacf-quagga-2635d99389c4c7daae1af4bf83627424c176e493.tar.bz2
acf-quagga-2635d99389c4c7daae1af4bf83627424c176e493.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/quagga/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'bgp-details-html.lsp')
-rw-r--r--bgp-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgp-details-html.lsp b/bgp-details-html.lsp
index 9a946fd..c07b0d0 100644
--- a/bgp-details-html.lsp
+++ b/bgp-details-html.lsp
@@ -10,6 +10,6 @@ io.write("</span>")
<H2>BGP routes</H2>
<PRE>
-<% io.write(tostring(data.value.showipbgp.value)) %>
+<%= html.html_escape(tostring(data.value.showipbgp.value)) %>
</PRE>