summaryrefslogtreecommitdiffstats
path: root/squid-digest-html.lsp
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
commit4deeb6016a2a364826636f488b17768632dd16ca (patch)
tree5e71908a509c05d9d70cc24e5e018e73aa34eaea /squid-digest-html.lsp
parent958f6b6d716e9544f6f327eb40933bed35b8c393 (diff)
downloadacf-squid-4deeb6016a2a364826636f488b17768632dd16ca.tar.bz2
acf-squid-4deeb6016a2a364826636f488b17768632dd16ca.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'squid-digest-html.lsp')
-rw-r--r--squid-digest-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index b41ecde..b441698 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -1,4 +1,4 @@
-<?
+<%
local form = ...
local data = form.option
local service = form.service
@@ -10,7 +10,7 @@
srv2fill = ""
end
-?>
+%>
<h1>Web Proxy Configuration</h1>
<h2>General Information</h2>
<p>
@@ -20,7 +20,7 @@
</p>
<h2>User List</h2>
<form action="" method="POST">
-<textarea name="userlist"><? io.write( service.config ) ?></textarea>
+<textarea name="userlist"><% io.write( service.config ) %></textarea>
<h3>Save Changes</h3>
<DL>