From 475130d4560d272072755713aec288f58bff538f 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/dnscache/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 2 +- dnscache-status-html.lsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c975eb1..3a1bab2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=dnscache PACKAGE=acf-$(APP_NAME) -VERSION=0.1.2 +VERSION=0.1.3 APP_DIST=\ dnscache* \ diff --git a/dnscache-status-html.lsp b/dnscache-status-html.lsp index 30bec40..40e4ee4 100644 --- a/dnscache-status-html.lsp +++ b/dnscache-status-html.lsp @@ -34,7 +34,7 @@ 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) end -- cgit v1.2.3