summaryrefslogtreecommitdiffstats
path: root/shorewall-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-expert-html.lsp')
-rw-r--r--shorewall-expert-html.lsp8
1 files changed, 3 insertions, 5 deletions
diff --git a/shorewall-expert-html.lsp b/shorewall-expert-html.lsp
index 1eff27b..645d67c 100644
--- a/shorewall-expert-html.lsp
+++ b/shorewall-expert-html.lsp
@@ -16,7 +16,6 @@ end ?>
<h1>EXPERT CONFIGURATION</h1>
<? local myform = form.config ?>
-<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
@@ -27,11 +26,10 @@ end ?>
<? for i = 1, table.maxn(myform) do ?>
<TR>
- <TD style="padding-right:20px;white-space:nowrap;border-bottom:1px solid #ccc;"><?= html.link{value = "edit?name=" .. myform[i].value , label=myform[i].value } ?></TD>
- <TD style="padding-right:20px;white-space:nowrap;border-bottom:1px solid #ccc;"><?= myform[i].size ?></TD>
- <TD style="white-space:nowrap;border-bottom:1px solid #ccc;" width="90%"><?= myform[i].mtime ?></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><?= html.link{value = "edit?name=" .. myform[i].value , label=myform[i].value } ?></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><?= myform[i].size ?></TD>
+ <TD style="white-space:nowrap;" width="90%"><?= myform[i].mtime ?></TD>
</TR>
<? end ?>
</TABLE>
-</DL>