Closed Bug 232893 Opened 21 years ago Closed 21 years ago

"View Page Source" of badly formatted HTML "input" tags shows them corrected

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 70918

People

(Reporter: hexkid, Assigned: bugzilla)

Details

User-Agent: Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7 The following badly formatted input tag (line 3), in "View Source" displays as <input type="text" name="no_gt"><br> adding a greater-than sign between "no_gt" and <br> When my inputs are generated dinamically, checking them in Firebird (as I do) wrongly makes me think everything is ok. -- cut here ------ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head><title>firebird closing tags</title></head><body><form> <input type="text" name="no_gt"<br> <input type="submit"></form> </body></html> -- cut here ------ Reproducible: Always Steps to Reproduce: 1. Save the HTML from the Details to a file 2. Open that file in Firebird 3. Look at the "View Page Source" Actual Results: The "View Page Source" output showed an extra "greater-than sign" Expected Results: Show the HTML as has been received, without adding or removing extra characters.
I think this is a duplicate of Bug 70918.
*** This bug has been marked as a duplicate of 70918 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.