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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
ee401d62
Commit
ee401d62
authored
Sep 25, 1999
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages.
parent
e6ce645b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
show_bug.cgi
show_bug.cgi
+1
-1
showowners.cgi
showowners.cgi
+1
-0
No files found.
show_bug.cgi
View file @
ee401d62
...
...
@@ -34,7 +34,7 @@ print "Content-type: text/html\n";
print
"\n"
;
if
(
!
defined
$::FORM
{
'id'
}
||
$::FORM
{
'id'
}
!~
/^\s*\d+\s*$/
)
{
print
"<H2>Search By Bug Number</H2>\n"
;
PutHeader
(
"Search by bug number"
)
;
print
"<FORM METHOD=GET ACTION=\"show_bug.cgi\">\n"
;
print
"You may find a single bug by entering its bug id here: \n"
;
print
"<INPUT NAME=id>\n"
;
...
...
showowners.cgi
View file @
ee401d62
...
...
@@ -53,6 +53,7 @@ sub FetchAndFormat {
print
"Content-type: text/html\n\n"
;
print
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">
<html><head><title>BugZilla module owners list</title></head>\n"
;
PutHeader
(
"Owner list"
);
ConnectToDatabase
();
GetVersionTable
();
...
...
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