From f0dcd211ed5fca855655d8b60b588b1d193e92fd Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 22 May 2008 12:07:29 +0000 Subject: Graphical bugfix - Modifying path to images. version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1175 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 f0288b8..28c7ee2 100644 --- a/tinydns-status-html.lsp +++ b/tinydns-status-html.lsp @@ -35,7 +35,7 @@ if (myform) and (myform.value) then io.write("\n\t\t
") for k,v in pairs(myform.value) do - io.write(" " .. tostring(k) .. "") + io.write(" " .. tostring(k) .. "") for kk,vv in pairs(v) do io.write(tostring("
" .. vv .. "\n")) end @@ -57,7 +57,7 @@ local function recurseoutput(table,cnt) if (table[k].label) then if not (tonumber(k)) or (v.value) then -- if v.label then - io.write("\n\t\t\t " .. tostring(v.label) .. "
") io.write("\n\t\t\t") for k1,v1 in pairs(v.option) do -- cgit v1.2.3