Closed
Bug 270792
Opened 20 years ago
Closed 20 years ago
View source command displays modified HTML source code
Categories
(Toolkit :: View Source, defect)
Tracking
()
People
(Reporter: ruvan, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
The HTML code:
<a href="{"url tag code"}">link</a>
is displayed like this with the View Source command:
<a href="{"url tag code}>link</a>
I realize that the HTML code is incorrect, but I would have expected the viewed
HTML source code to be the correct HTML and not a modified Firefox version.
Reproducible: Always
Steps to Reproduce:
1. Create a html page with the following html: <a href="{"url tag code"}">link</a>
2. View source
3. Verify that the source displays: <a href="{"url tag code}>link</a>
Actual Results:
<a href="{"url tag code}>link</a>
Expected Results:
<a href="{"url tag code"}">link</a>
Comment 1•20 years ago
|
||
This has been fixed in the trunk
*** This bug has been marked as a duplicate of 43267 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•