summaryrefslogtreecommitdiffstats
path: root/iptables-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-details-html.lsp')
-rw-r--r--iptables-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables-details-html.lsp b/iptables-details-html.lsp
index bbdbd9a..9edc25d 100644
--- a/iptables-details-html.lsp
+++ b/iptables-details-html.lsp
@@ -14,8 +14,8 @@ io.write("</span>")
<% for i,tab in ipairs({"filter", "nat", "mangle"}) do %>
<H3><%= tab %></H3>
<TABLE>
- <TR><%= data.value[tab].chains %> Chains</TR>
- <TR><%= data.value[tab].rules %> Rules</TR>
+ <TR><TD><%= data.value[tab].chains %> Chains</TD></TR>
+ <TR><TD><%= data.value[tab].rules %> Rules</TD></TR>
</TABLE>
<% end %>
</DL>