Closed
Bug 179569
Opened 22 years ago
Closed 22 years ago
"view source" window reorders spaces and quotes in attributes
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: tif, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3a) Gecko/20021111 Phoenix/0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3a) Gecko/20021111 Phoenix/0.4
The actual sources says [input type = "hidden" name= "ln" value=""]
but it is displayed as [input type =" hidden" name=" ln" value=""]
This merely confused me for a moment but I'm concerned that it might
be a symptom of a larger problem.
Reproducible: Always
Steps to Reproduce:
1. Access any page with source as described
2. View source
Actual Results:
The source window displayed the incorrect text.
Expected Results:
The source window should display the actual source text.
Comment 1•22 years ago
|
||
Bugs like these are VERY unlikely to be Phoenix-specific. If in doubt, please
assign it to Mozilla. And always search bugzilla first.
*** This bug has been marked as a duplicate of 43267 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•