]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Tree bustage fix: eliminates the tabs that have been introduced while checking in...
authorjocuri%softhome.net <>
Wed, 25 Feb 2004 22:06:33 +0000 (22:06 +0000)
committerjocuri%softhome.net <>
Wed, 25 Feb 2004 22:06:33 +0000 (22:06 +0000)
Bugzilla/CGI.pm

index 763f418e9fdeadef84e581cb6124e0bc9c3d72d8..40c160b83638656cfcb51d464bc05e72e14ad62b 100644 (file)
@@ -122,9 +122,9 @@ sub multipart_init {
     $self->{'final_separator'} = "\r\n--$boundary--\r\n";
     my $type = SERVER_PUSH($boundary);
     return $self->header(
-       -nph => 0,
-       -type => $type,
-       (map { split "=", $_, 2 } @other),
+        -nph => 0,
+        -type => $type,
+        (map { split "=", $_, 2 } @other),
     ) . "WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY." . $self->multipart_end;
 }