Closed
Bug 240256
Opened 21 years ago
Closed 21 years ago
Some .xul files don't have the right DOCTYPE line
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vberon, Assigned: hyatt)
Details
Attachments
(1 file)
2.51 KB,
patch
|
neil
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.6) Gecko/20040119
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7b) Gecko/2004041008
These four files:
extensions/help/resources/content/helpMenuOverlay.xul
mailnews/extensions/mailviews/resources/content/mailViewSetup.xul
security/manager/pki/resources/content/crlManager.xul
xpfe/global/resources/content/charsetOverlay.xul
wrongly define their DOCTYPE compared to the actual tag used in it.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•21 years ago
|
||
Fix for the four files mentionned.
Changes the DOCTYPE to the tag actually used in the file.
![]() |
||
Updated•21 years ago
|
Attachment #145886 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #145886 -
Flags: review?(neil.parkwaycc.co.uk) → review+
![]() |
||
Comment 2•21 years ago
|
||
Neil, could you drive this in, please?
Updated•21 years ago
|
Attachment #145886 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #145886 -
Flags: superreview?(mscott) → superreview+
Comment 3•21 years ago
|
||
Fix checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•