Closed
Bug 293009
Opened 20 years ago
Closed 20 years ago
Html entities rendered even if there's no final ";" (like "&lang" rendered like "⟨")
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 155047
People
(Reporter: cicalona, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
All the html entities for symbol and greek letters are rendered with the
corresponding graphic even if the final ";" is missing (like "&lang" rendered
like "⟨") This may cause big problem with params in urls! (like: ..&lang=..)
The bug is present also in Mozilla browser.
Reproducible: Always
Steps to Reproduce:
1. Create an HTML page with the code oh the entities without the final ; (es.:
<html><body>&lang</body></html>)
2. Open it with FireFox/Mozilla
Actual Results:
You see the symbol of left bracket angle instead of the string: "&lang" as expected
Expected Results:
Display the string: "&lang"
Comment 1•20 years ago
|
||
*** Bug 293010 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 155047 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: Html entities rendered even if there's no final ";" (like "&lang" rendered like "⟨") → Html entities rendered even if there's no final ";" (like "&lang" rendered like "⟨")
You need to log in
before you can comment on or make changes to this bug.
Description
•