From: joey Date: Wed, 23 May 2007 21:25:52 +0000 (+0000) Subject: web commit by http://bmalee.eu/~bma/ X-Git-Tag: 2.2~87 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f14dbd76fec5f7c8214c8c111490de86596476b7;p=ikiwiki.git web commit by http://bmalee.eu/~bma/ --- diff --git a/doc/bugs/HTML-escaped_titles_in_Atom__44___RSS_feeds_don__39__t_validate.mdwn b/doc/bugs/HTML-escaped_titles_in_Atom__44___RSS_feeds_don__39__t_validate.mdwn new file mode 100644 index 000000000..7acc47fb4 --- /dev/null +++ b/doc/bugs/HTML-escaped_titles_in_Atom__44___RSS_feeds_don__39__t_validate.mdwn @@ -0,0 +1,5 @@ +The Atom and RSS templates use `ESCAPE=HTML` in the title elements. However, HTML-escaped characters aren't valid according to . + +Removing `ESCAPE=HTML` works fine, but I haven't checked to see if there are any characters it won't work for. + +For Atom, at least, I believe adding `type="xhtml"` to the title element will work. I don't think there's an equivalent for RSS. \ No newline at end of file