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
c9699656
Commit
c9699656
authored
Aug 08, 2000
by
tara%tequilarista.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing bug #46897
parent
d09cfd76
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
buglist.cgi
buglist.cgi
+3
-1
long_list.cgi
long_list.cgi
+3
-1
reports.cgi
reports.cgi
+3
-1
No files found.
buglist.cgi
View file @
c9699656
...
...
@@ -764,7 +764,9 @@ if (exists $ENV{'HTTP_USER_AGENT'} && $ENV{'HTTP_USER_AGENT'} =~ /Mozilla.[3-9]/
# Note! HTML header is complete!
}
else
{
print
"Content-type: text/html\n"
;
print
"Content-disposition: attachment; filename=bugzilla_bug_list.html\n"
;
#Changing attachment to inline to resolve 46897
#zach@zachlipton.com
print
"Content-disposition: inline; filename=bugzilla_bug_list.html\n"
;
# Note! Don't finish HTML header yet! Only one newline so far!
}
...
...
long_list.cgi
View file @
c9699656
...
...
@@ -37,7 +37,9 @@ sub sillyness {
}
print
"Content-type: text/html\n"
;
print
"Content-disposition: attachement; filename=bugzilla_bug_list.html\n\n"
;
#Changing attachment to inline to resolve 46897
#zach@zachlipton.com
print
"Content-disposition: inline; filename=bugzilla_bug_list.html\n\n"
;
PutHeader
(
"Full Text Bug Listing"
);
ConnectToDatabase
();
...
...
reports.cgi
View file @
c9699656
...
...
@@ -60,7 +60,9 @@ my %reports =
quietly_check_login
();
print
"Content-type: text/html\n"
;
print
"Content-disposition: attachment; filename=bugzilla_report.html\n\n"
;
#Changing attachment to inline to resolve 46897
#zach@zachlipton.com
print
"Content-disposition: inline; filename=bugzilla_report.html\n\n"
;
# If we're here for the first time, give a banner. Else respect the banner flag.
if
(
(
!
defined
$::FORM
{
'product'
})
||
(
$::FORM
{
'banner'
})
)
...
...
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