From 95bf94eb7d7605f31f2ec5171842883d69b6424f Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 09:03:21 +0000 Subject: Small graphical changes due to change in ice.css git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1137 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tinydns-status-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tinydns-status-html.lsp') 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") for k1,v1 in pairs(v.option) do if (v1.label) then - io.write("\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t") + io.write("\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t") end end io.write("\n\t\t\t
".. tostring(v1.label) .. - ":".. tostring(v1.value) .."
".. tostring(v1.label) .. + ":".. tostring(v1.value) .."
") -- cgit v1.2.3