Closed
Bug 182420
Opened 22 years ago
Closed 22 years ago
source code in viewer is different from real source - missing end-of-tag-mark ">" is added
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
People
(Reporter: martin.vojta, Assigned: doronr)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
on code:
....<a href="http://xxx.xxx.com"<img src="http://xxx.xxx.com/img.gif"
width="10" height="20" border="0" alt="img"></a>.....
mozila draw:
....<a href="http://xxx.xxx.com"><img src="http://xxx.xxx.com/img.gif"
width="10" height="20" border="0" alt="img"></a>....
( see ">" before <img ....)
Reproducible: Always
Steps to Reproduce:
1. View code such as described in details
Actual Results:
You will see modificated code
Expected Results:
You will see original code (same as web server send to your browser)
*** This bug has been marked as a duplicate of 83221 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 70918 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•