]> sipb.mit.edu Git - ikiwiki.git/blob - doc/patchqueue/meta_plugin_should_not_escape_title.mdwn
2cf8cf9b2835d569307cd5175a2439e65b476ff2
[ikiwiki.git] / doc / patchqueue / meta_plugin_should_not_escape_title.mdwn
1 The meta plugin escapes the overridden title of a page, which makes the title doubly escaped in RSS feeds.
2
3 > Er, didn't that already get fixed in svn?
4
5 >> Right, sorry, I should have seen [[bugs/HTML-escaped_titles_in_Atom__44___RSS_feeds_don__39__t_validate]].
6
7 Instead, the meta plugin should not escape the overridden title, but the templates should escape the title (overridden or not) whenever needed.
8
9 > That doesn't work; now nonoverridden titles will be double escaped. And
10 > if you look at removing the code that escapes them the first time, things
11 > become complex.. --[[Joey]]