Changes between Version 1 and Version 2 of Ticket #8464, comment 11
- Timestamp:
- 06/03/2019 11:45:59 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8464, comment 11
v1 v2 1 1 After 10 years, this bug seems to be back in 5.2.1 2 2 3 On a completely fresh install (no plugins, default theme) I added a category with a ' (single quote) in the title. This converts to `’` in the feed title tag. This in turn, generates3 On a completely fresh install (no plugins, default theme) I added a **category** with a ' (single quote) in the title. This converts to `’` in the feed title. This in turn, generates 4 4 {{{ 5 5 This feed does not validate. … … 8 8 }}} 9 9 for the tag feed on https://validator.w3.org/feed/ 10 11 Note: a single quote in a **tag** title does not get converted!