summaryrefslogtreecommitdiffstats
path: root/squid-digest-html.lsp
diff options
context:
space:
mode:
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>