summaryrefslogtreecommitdiffstats
path: root/tinydns-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-status-html.lsp')
-rw-r--r--tinydns-status-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinydns-status-html.lsp b/tinydns-status-html.lsp
index 90b7179..f0288b8 100644
--- a/tinydns-status-html.lsp
+++ b/tinydns-status-html.lsp
@@ -62,8 +62,8 @@ local function recurseoutput(table,cnt)
io.write("\n\t\t\t<TABLE STYLE='margin-left:90px;'>")
for k1,v1 in pairs(v.option) do
if (v1.label) then
- io.write("\n\t\t\t\t<TR>\n\t\t\t\t\t<TD WIDTH='160px' STYLE=''>".. tostring(v1.label) ..
- ":</TD>\n\t\t\t\t\t<TD>".. tostring(v1.value) .."</TD>\n\t\t\t\t</TR>")
+ io.write("\n\t\t\t\t<TR>\n\t\t\t\t\t<TD WIDTH='160px' STYLE='border:none;'>".. tostring(v1.label) ..
+ ":</TD>\n\t\t\t\t\t<TD STYLE='border:none;'>".. tostring(v1.value) .."</TD>\n\t\t\t\t</TR>")
end
end
io.write("\n\t\t\t</TABLE>")