From 477270b6aa55100d2e982e4eb414a87147847b25 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 22 Jan 2010 09:51:52 +0000 Subject: Updated for skin change in acf-core 0.10.0 --- iptables-html.lsp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/iptables-html.lsp b/iptables-html.lsp index 9858d22..082ba90 100644 --- a/iptables-html.lsp +++ b/iptables-html.lsp @@ -10,9 +10,9 @@ <% for j,chain in ipairs(data.value) do %> <% if chain.policy then %> - + <% else %> - + <% end %> <%= html.html_escape(chain.name) %> <% if chain.policy then io.write(" ("..html.html_escape(chain.policy)..")\n") end %> @@ -21,9 +21,9 @@ <% for j,line in ipairs(chain) do %> @@ -32,10 +32,10 @@ <% end %>
- - - + + + <%= html.html_escape(line.packets) %><%= html.html_escape(line.bytes) %> <%= html.html_escape(line.rule) %>
- +
<% end %> - + -- cgit v1.2.3