Modify ↓
Opened 19 years ago
Closed 19 years ago
#1927 closed defect (fixed)
Ampersands in URIs not properly encoded
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | general | Version: | devel |
Severity: | minor | Keywords: | xhtml validation |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
roadmap.cs, for example, is a prime example of a page that does not force out URIs with properly encoded ampersands. It shows a bare & whereas it should be & if it is to be XHTML strict.
See http://www.htmlhelp.com/tools/validator/problems.html#amp
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Component: | browser → general |
---|---|
Owner: | changed from | to
Priority: | normal → low |
Severity: | normal → minor |
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Hopefully fixed in [2183]. If you find any more occurences of unescaped ampersands and the like, please reopen this ticket.