Closed
Bug 157506
Opened 23 years ago
Closed 23 years ago
title is empty on http://bugzilla.mozilla.org/
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
VERIFIED
FIXED
People
(Reporter: axel, Assigned: endico)
References
()
Details
(Keywords: regression)
the main entry page has an empty title tag.
Comment 1•23 years ago
|
||
Strange. index.html.tmpl defines the title parameter as "Bugzilla Main Page"
and header.html.tmpl uses that parameter.
Comment 2•23 years ago
|
||
Does header.html.tmpl set title to anything else (such as "")? I noticed the
same problem on my installation as a result of a typo I made.
If you can't find the problem, could you attach both files mentioned so other
eyes can look at them? ("Given enough eyeballs, all bugs are shallow." --ESR) It
makes me nervous for the most famous Bugzilla installation not to have a title...
Updated•23 years ago
|
Keywords: regression
Comment 3•23 years ago
|
||
*** Bug 161712 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
*** Bug 162006 has been marked as a duplicate of this bug. ***
Comment 5•23 years ago
|
||
*** Bug 162185 has been marked as a duplicate of this bug. ***
Comment 6•23 years ago
|
||
Found the problem; b.m.o's custom index template didn't have a title. Fixed by
adding in the title from the old index.html page "mozilla.org -- the Mozilla bug
database" and patching b.m.o with the fix from bug 163541.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•