]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
response
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 31 May 2007 22:38:23 +0000 (22:38 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 31 May 2007 22:38:23 +0000 (22:38 +0000)
doc/patchqueue/meta_plugin_should_not_escape_title.mdwn

index 0edc4db6c2e5c9c10f5b31a2ca5a7571c82fd9c8..fa7e26d77a2a3401114ac4289d413a6a722b4a0c 100644 (file)
@@ -1,6 +1,13 @@
 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.
 
+> 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 (revision 6730)