summaryrefslogtreecommitdiffstats
path: root/squid-digest-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-15 12:19:10 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-15 12:19:10 +0000
commit45c433efa5adeccede96d58ef197342f0d2ac303 (patch)
tree2dfaddc9a467a79fd94802a2ff2a4e15c135b56d /squid-digest-html.lsp
parent32c545ad480d8c21d1ea8d1aacf6cd5647cee48d (diff)
downloadacf-squid-45c433efa5adeccede96d58ef197342f0d2ac303.tar.bz2
acf-squid-45c433efa5adeccede96d58ef197342f0d2ac303.tar.xz
Removed redirect_to_referrer calls
Diffstat (limited to 'squid-digest-html.lsp')
-rw-r--r--squid-digest-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index 104a9f2..67917a6 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -9,7 +9,7 @@
htmlviewfunctions.displayitem(form.value.status)
if form.value.status.errtxt then %>
<dt></dt><dd><form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/enabledigestlist") %>">
-<input class="submit" type="submit" value="Enable"></form></dd>
+<input class="submit" type="submit" name="submit" value="Enable"></form></dd>
<% end
%>
</DL>