summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:49:10 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:49:10 +0000
commit169f08e19bce3d414313822d9eb50a5779bbe045 (patch)
treea258cecf3af1612dcdbb9dd688942010fa732533 /bgp-details-html.lsp
parentf948d53717e5e187c3b9208fd0ce16b17e3ecdef (diff)
downloadacf-quagga-169f08e19bce3d414313822d9eb50a5779bbe045.tar.bz2
acf-quagga-169f08e19bce3d414313822d9eb50a5779bbe045.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
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>