summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
diff options
context:
space:
mode:
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>