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.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bgp-details-html.lsp b/bgp-details-html.lsp
index 5e9f657..890c98c 100644
--- a/bgp-details-html.lsp
+++ b/bgp-details-html.lsp
@@ -2,8 +2,8 @@
html = require("acf.html")
%>
-<H2>BGP routes</H2>
-<DL><PRE>
+<h2>BGP routes</h2>
+<pre>
<%= html.html_escape(tostring(data.value.showipbgp.value)) %>
-</PRE></DL>
+</pre>