From c3fef69b424b7a4e5162af39d79de1e02f2dc94f Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 09:02:07 +0000 Subject: Small graphical changes due to change in ice.css git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1132 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dnscache-status-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnscache-status-html.lsp b/dnscache-status-html.lsp index a57a3c6..30bec40 100644 --- a/dnscache-status-html.lsp +++ b/dnscache-status-html.lsp @@ -34,9 +34,9 @@ io.write(">" .. myform.label .. "\n") io.write("\t\t
\n") for k,v in pairs(myform.value or {}) do io.write("\t\t\t") - io.write("\n\t\t\t\n") + io.write("\n\t\t\t\n") for k1,v1 in pairs(myform.option[v]) do - io.write("\n\t\t\t
" .. v .. "
" .. v .. "
"..v1) + io.write("\n\t\t\t
"..v1) end io.write("\t\t\t
") -- cgit v1.2.3