Opened 9 years ago
Closed 9 years ago
#35008 closed defect (bug) (fixed)
Ampersands in URLs are no longer converted to entities
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4.1 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Formatting | Keywords: | fixed-major |
Focuses: | Cc: |
Description (last modified by )
Reported by @hoveroverus on support forums.
- Go to Add New Post screen.
- Switch from TinyMCE to the Text editor.
- Paste this to the textarea:
& <a href="http://example.com/?a=1&s=2&hl=3">test</a>
. - Click the Preview button.
In 4.3.1, all ampersands are converted to entities:
& <a href="http://example.com/?a=1&s=2&hl=3">test</a>
In 4.4, the ampersands in the URL are not converted, which leads to errors reported by W3C HTML validator:
& <a href="http://example.com/?a=1&s=2&hl=3">test</a>
Change History (8)
Note: See
TracTickets for help on using
tickets.
See ticket:34698:18.