summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:44:11 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:44:11 +0000
commit36f1b5dad3c1968de9a6b010ce15fb346cc553ba (patch)
tree6fd1a44c30f2eb4f5cee01bc7175e54934b139ac /bgp-details-html.lsp
parentb0db1fdc440fd8b6c166af269d6831ebce3cb8d2 (diff)
downloadacf-quagga-36f1b5dad3c1968de9a6b010ce15fb346cc553ba.tar.bz2
acf-quagga-36f1b5dad3c1968de9a6b010ce15fb346cc553ba.tar.xz
UI fix, bumped to 0.4.1v0.4.1
Diffstat (limited to 'bgp-details-html.lsp')
-rw-r--r--bgp-details-html.lsp10
1 files changed, 2 insertions, 8 deletions
diff --git a/bgp-details-html.lsp b/bgp-details-html.lsp
index c07b0d0..8f3283b 100644
--- a/bgp-details-html.lsp
+++ b/bgp-details-html.lsp
@@ -1,15 +1,9 @@
<% local data = ...
require("viewfunctions")
---[[ DEBUG INFORMATION
-io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(data))
-io.write("</span>")
---]]
-
%>
<H2>BGP routes</H2>
-<PRE>
+<DL><PRE>
<%= html.html_escape(tostring(data.value.showipbgp.value)) %>
-</PRE>
+</PRE></DL>