summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 16:08:53 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 16:08:53 +0000
commit54978c413f8ad2149e966ce683b6866b75eb1f03 (patch)
tree148704ffe8ffd74bfedf4822df3955c760b00742 /bgp-details-html.lsp
parent690e545d415f88a91a9ff980f6705f5e390b1781 (diff)
downloadacf-quagga-54978c413f8ad2149e966ce683b6866b75eb1f03.tar.bz2
acf-quagga-54978c413f8ad2149e966ce683b6866b75eb1f03.tar.xz
Remove trailing whitespaceHEADmaster
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>