master
joey 2007-05-31 22:38:23 +00:00
parent 8a78c65c31
commit 1dbd6dd373
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
The meta plugin escapes the overridden title of a page, which makes the title doubly escaped in RSS feeds. 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?
Instead, the meta plugin should not escape the overridden title, but the templates should escape the title (overridden or not) whenever needed. 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 esapes them the first time, things
> become complex.. --[[Joey]]
=== perl/IkiWiki/Plugin/meta.pm === perl/IkiWiki/Plugin/meta.pm
================================================================== ==================================================================
--- perl/IkiWiki/Plugin/meta.pm (revision 6730) --- perl/IkiWiki/Plugin/meta.pm (revision 6730)