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 ca70a7a..efdef45 100644
--- a/bgp-details-html.lsp
+++ b/bgp-details-html.lsp
@@ -3,7 +3,7 @@ html = require("acf.html")
htmlviewfunctions = require("htmlviewfunctions")
%>
-<% local header_level = htmlviewfunctions.displaysectionstart(data.value.showipbgp, page_info) %>
+<% local header_level = htmlviewfunctions.displaysectionstart(data.value.showipbgp, page_info) %>
<pre>
<%= html.html_escape(tostring(data.value.showipbgp.value)) %>
</pre>