From 6bd3dfe7a1efab75d63fc5f62af7e5da57f2c730 Mon Sep 17 00:00:00 2001 From: Andreas Brodmann Date: Fri, 9 Nov 2007 12:29:45 +0000 Subject: bugs eliminated in /acf/dhcp/trunk git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@291 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dhcp-editnet-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dhcp-editnet-html.lsp') diff --git a/dhcp-editnet-html.lsp b/dhcp-editnet-html.lsp index e58bcd9..31397d9 100644 --- a/dhcp-editnet-html.lsp +++ b/dhcp-editnet-html.lsp @@ -2,14 +2,14 @@ local form = ... local option = form.option; local net = form.value - local erroce = form.errcode + local errcode = form.errcode ?>

Basic Configuration

Subnet:

0 then - io.write("
") + io.write("
" .. errcode.msg .. "

") end ?> @@ -40,5 +40,5 @@ Lease Range Start: Lease Range End: -
method="POST"> -
+
method="POST"> +
-- cgit v1.2.3