aboutsummaryrefslogtreecommitdiff
path: root/participate.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
commiteabdbd545ed474ebcf63c3e839f2e50e40ddb379 (patch)
tree196694c2ca3482ac0381a0bd0e9462fe9168e9a3 /participate.rb
parent571d02b554a615397adc7f66b1a2e1fd8202c58d (diff)
remove useless space
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