Changes between Initial Version and Version 1 of Ticket #35008
- Timestamp:
- 12/11/2015 11:30:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35008 – Description
initial v1 10 10 & <a href="http://example.com/?a=1&s=2&hl=3">test</a> 11 11 }}} 12 In 4.4, only the first ampersand is converted, the URL stays as is:12 In 4.4, the ampersands in the URL are not converted, which leads to errors reported by W3C HTML validator: 13 13 {{{ 14 14 & <a href="http://example.com/?a=1&s=2&hl=3">test</a>