From cc38597bb7e683758fe43d09403fd9f279155352 Mon Sep 17 00:00:00 2001
From: Natanael Copa
Date: Mon, 28 Jul 2008 06:48:16 +0000
Subject: use <% %> instead of ?>
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
---
dansguardian-edit-html.lsp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'dansguardian-edit-html.lsp')
diff --git a/dansguardian-edit-html.lsp b/dansguardian-edit-html.lsp
index 1f34d30..3d1c0e6 100644
--- a/dansguardian-edit-html.lsp
+++ b/dansguardian-edit-html.lsp
@@ -1,4 +1,4 @@
-
+<%
local form = ...
local data = form.option
local service = form.service
@@ -17,15 +17,15 @@
end
end
-?>
-Content Filter ( io.write( service.name ) ?>)
+%>
+Content Filter (<% io.write( service.name ) %>)
+<% io.write( service.cfgerr ) %>
These parameters define the interface and port that Dansguardian uses to accept connections.
-
-
+
+
Save Changes
- Save the content of the above box
--
cgit v1.2.3