Closed
Bug 271557
Opened 20 years ago
Closed 20 years ago
  in link description doesn't get translated into space
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: mick, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 If the html contains this: <a href="rules.htm">Go in Five Minutes Flat</a> Then I expect to see this: Go in Five Minutes Flat But instead I see this: Go in Five Minutes Flat Reproducible: Always Steps to Reproduce: 1. write html file containing <a href="rules.htm">Go in Five Minutes Flat</a> 2. view it in firefox 3. Actual Results: See "details" section. Expected Results: See "details" section.
Comment 1•20 years ago
|
||
Entities must be terminated by a semicolon: rather than   For bugwards compatibility, Firefox will let you get away with it followed by a space, but not followed by another character.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Summary:   in link dexcription doesn't get translated into space →   in link description doesn't get translated into space
You need to log in
before you can comment on or make changes to this bug.
Description
•