From eabdbd545ed474ebcf63c3e839f2e50e40ddb379 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 7 Jan 2019 18:44:03 +0100 Subject: remove useless space --- participate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'participate.rb') 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 => "#{$conf.siteurl}"} else -- cgit v1.2.3