summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-03 16:22:35 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-03 16:22:35 +0000
commit17c2bfa9499e7d8306adc5a59ad8532dc42ff53f (patch)
tree11ad7a13b88fbf18ca2b8b8c6548510bb2518dbe /doc
parentd7359b76cb626e199c37c2610ecf8980a0c81bc4 (diff)
the bug addressed by this was already fixd (mostly) in svn
Diffstat (limited to 'doc')
-rw-r--r--doc/patchqueue/meta_plugin_should_not_escape_title.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn b/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn
deleted file mode 100644
index 2cf8cf9b2..000000000
--- a/doc/patchqueue/meta_plugin_should_not_escape_title.mdwn
+++ /dev/null
@@ -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]]