the bug addressed by this was already fixd (mostly) in svn

master
joey 2007-06-03 16:22:35 +00:00
parent d7359b76cb
commit 17c2bfa949
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
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]]