summaryrefslogtreecommitdiffstats
path: root/ospf-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'ospf-details-html.lsp')
-rw-r--r--ospf-details-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ospf-details-html.lsp b/ospf-details-html.lsp
index 633208e..353ee67 100644
--- a/ospf-details-html.lsp
+++ b/ospf-details-html.lsp
@@ -2,8 +2,8 @@
html = require("acf.html")
%>
-<H2>OSPF routes</H2>
-<DL><PRE>
+<h2>OSPF routes</h2>
+<pre>
<%= html.html_escape(tostring(data.value.showip.value)) %>
-</PRE></DL>
+</pre>