summaryrefslogtreecommitdiff
path: root/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn
blob: 2cf8cf9b2835d569307cd5175a2439e65b476ff2 (plain)

The meta plugin escapes the overridden title of a page, which makes the title doubly escaped in RSS feeds.

Er, didn't that already get fixed in svn?

Right, sorry, I should have seen [[bugs/HTML-escaped_titles_in_Atom__44___RSS_feeds_don__39__t_validate]].

Instead, the meta plugin should not escape the overridden title, but the templates should escape the title (overridden or not) whenever needed.

That doesn't work; now nonoverridden titles will be double escaped. And if you look at removing the code that escapes them the first time, things become complex.. --[[Joey]]