Closed
Bug 38573
Opened 26 years ago
Closed 26 years ago
Mozilla logo gone in about:
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: mcafee)
References
Details
(Whiteboard: [nsbeta2-])
Now the mozilla logo doesn't show anymore in the about: page.
The html source (about.html) of the logo is:
<td><img src="resource:/chrome/global/content/default/logo.gif"</td>
but should be:
<td><a href="http://www.mozilla.org/"><img
src="resource:/chrome/global/content/logo.gif" alt="Mozilla"></a></td>
This will both fix this bug because of the too much "default" path and also fix
bug 31492
Comment 1•26 years ago
|
||
wfm on 20000050808 win98
Updated•26 years ago
|
QA Contact: sairuh → elig
Comment 2•26 years ago
|
||
bfm (busted for me ;) on 2000050811 Netscape Commercial build.
Not sure who should fix this, with mcafee out of town. Flagging for nsbeta2.
Keywords: nsbeta2
Comment 3•26 years ago
|
||
(specifically, checked Linux build)
Putting on [nsbeta2-] radar. Not critical to beta2.
Whiteboard: [nsbeta2-]
| Assignee | ||
Comment 6•26 years ago
|
||
Fixed, added border=0 as well.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•