Closed
Bug 197984
Opened 22 years ago
Closed 22 years ago
Stylesheet reference is wrong in composer_help.html
Categories
(Documentation Graveyard :: Help Viewer, defect)
Documentation Graveyard
Help Viewer
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: timar74, Assigned: oeschger)
Details
Attachments
(2 files)
968 bytes,
patch
|
Details | Diff | Splinter Review | |
5.84 KB,
patch
|
oeschger
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; hu-HU; rv:1.4a) Gecko/20030317
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; hu-HU; rv:1.4a) Gecko/20030317
In composer_help.html at line 4 the stylesheet reference should be replace,
because the link is broken.
Please replace this:
<link rel="stylesheet" href="composer_help_files/content_style.css" type="text/css">
to this:
<link rel="stylesheet" href="chrome://help/locale/content_style.css"
type="text/css">
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
Right. Patch coming up.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Comment 2•22 years ago
|
||
Correct link to the stylesheet.
Comment 3•22 years ago
|
||
This is the patch from above plus it fixes bug 197979 which is very closely
related.
Assignee | ||
Comment 4•22 years ago
|
||
Comment on attachment 119826 [details] [diff] [review]
Patch for bugs 197984+197979
r=oeschger on these fixes
Attachment #119826 -
Flags: review+
Comment 5•22 years ago
|
||
Comment on attachment 119825 [details] [diff] [review]
patch
Requesting review from oeschger@netscape.com.
The next attachment however fixes both this bug and bug 197979. So even after
formally reviewing both separately it is probably easier to check them in
together using that attachment...
I have no CVS access, so...
And please tell me if sr= is also needed for these small changes.
Thanks!
Attachment #119825 -
Flags: review?(oeschger)
Updated•22 years ago
|
Attachment #119825 -
Flags: review?(oeschger)
Assignee | ||
Comment 6•22 years ago
|
||
Andreas--I will go in with this change when the tree opens. Thanks a lot!
Status: NEW → ASSIGNED
Comment 7•22 years ago
|
||
Ian Oeschger, I'm also going to post fixes for bug 195872 and maybe others in
the next time, so wait a minute... :-)
Comment 8•22 years ago
|
||
This was obviously fixed at Apr 8 2003 22:01.
Andras, you might want to verify this, along with some of your other fixed bugs.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 9•22 years ago
|
||
.
Component: Help → User
Product: Browser → Documentation
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•