Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
3f5f2ce7
Commit
3f5f2ce7
authored
Feb 25, 2004
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tree bustage fix: eliminates the tabs that have been introduced while checking…
Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251.
parent
7883861f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CGI.pm
Bugzilla/CGI.pm
+3
-3
No files found.
Bugzilla/CGI.pm
View file @
3f5f2ce7
...
@@ -122,9 +122,9 @@ sub multipart_init {
...
@@ -122,9 +122,9 @@ sub multipart_init {
$self
->
{
'final_separator'
}
=
"\r\n--$boundary--\r\n"
;
$self
->
{
'final_separator'
}
=
"\r\n--$boundary--\r\n"
;
my
$type
=
SERVER_PUSH
(
$boundary
);
my
$type
=
SERVER_PUSH
(
$boundary
);
return
$self
->
header
(
return
$self
->
header
(
-
nph
=>
0
,
-
nph
=>
0
,
-
type
=>
$type
,
-
type
=>
$type
,
(
map
{
split
"="
,
$_
,
2
}
@other
),
(
map
{
split
"="
,
$_
,
2
}
@other
),
)
.
"WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY."
.
$self
->
multipart_end
;
)
.
"WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY."
.
$self
->
multipart_end
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment