summaryrefslogtreecommitdiffstats
path: root/zebra-details-html.lsp
blob: 3c6806a8a46a818b8295adeb57393e12db23e6f4 (plain)
1
2
3
4
5
6
7
8
9
<% local data = ... 
html = require("acf.html")
%>

<H2>Zebra routes</H2>
<DL><PRE>
<%= html.html_escape(tostring(data.value.showip.value)) %>
</PRE></DL>