Modify ↓
Ticket #1927 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
Ampersands in URIs not properly encoded
| Reported by: | asmodai@… | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9 |
| Component: | general | Version: | devel |
| Severity: | minor | Keywords: | xhtml validation |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 7 years ago by anonymous
- Component changed from browser to general
- Owner changed from jonas to anonymous
- Priority changed from normal to low
- Severity changed from normal to minor
- Status changed from new to assigned
comment:2 Changed 7 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to 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.