From 3f5f2ce70463b56d5e85ea0982ce1ef2196f56d8 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 25 Feb 2004 22:06:33 +0000 Subject: Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251. --- Bugzilla/CGI.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index 763f418e9..40c160b83 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -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; } -- cgit v1.2.3-24-g4f1b