summaryrefslogtreecommitdiff
path: root/doc/patchqueue
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-31 22:38:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-31 22:38:23 +0000
commit1dbd6dd373e4936d035c627f0696bbd07dc8d1a9 (patch)
tree9afa8581e13d8f8a66bbbc3d7ff2369e55f4d12e /doc/patchqueue
parent8a78c65c310980366481dce2c6db9db98109b229 (diff)
response
Diffstat (limited to 'doc/patchqueue')
-rw-r--r--doc/patchqueue/meta_plugin_should_not_escape_title.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn b/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn
index 0edc4db6c..fa7e26d77 100644
--- a/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn
+++ b/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn
@@ -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)