diff --git a/mozilla/webtools/bugzilla/post_bug.cgi b/mozilla/webtools/bugzilla/post_bug.cgi index 8bba70d5983..2edb1aca42a 100755 --- a/mozilla/webtools/bugzilla/post_bug.cgi +++ b/mozilla/webtools/bugzilla/post_bug.cgi @@ -75,8 +75,8 @@ my $product = $::FORM{'product'}; my $cookiepath = Param("cookiepath"); if (exists $::FORM{'product'}) { if (exists $::FORM{'version'}) { - print "Set-Cookie: VERSION-$product=$::FORM{'version'} ; \ - path=$cookiepath ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n"; + print "Set-Cookie: VERSION-$product=$::FORM{'version'} ; " . + "path=$cookiepath ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n"; } }