aboutsummaryrefslogtreecommitdiff
path: root/participate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'participate.rb')
-rwxr-xr-xparticipate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/participate.rb b/participate.rb
index e6fc55b..6184f9d 100755
--- a/participate.rb
+++ b/participate.rb
@@ -48,14 +48,14 @@ if $cgi["comment"] != ""
end
if $cgi.include?("delete_comment")
- $d.table.delete_comment($cgi["delete_comment"])
+ $d.table.delete_comment($cgi["delete_comment"])
edit = true
end
if edit
$d.html.header["status"] = "REDIRECT"
$d.html.header["Cache-Control"] = "no-cache"
- $d.html.header["Location"] = $conf.siteurl
+ $d.html.header["Location"] = $conf.siteurl
$d << _("The changes were saved, you should be redirected to %{link}.") % {:link => "<a href=\"#{$conf.siteurl}\">#{$conf.siteurl}</a>"}
else