From: http://smcv.pseudorandom.co.uk/ Date: Tue, 6 Apr 2010 00:50:51 +0000 (+0000) Subject: pages talking about escaping should really be escaped correctly X-Git-Tag: 3.20100427~228 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ed94696c0a449b425bc319297d39060ee24dcf2;p=ikiwiki.git pages talking about escaping should really be escaped correctly --- diff --git a/doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn b/doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn index d79318dd8..cbfcfd6b7 100644 --- a/doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn +++ b/doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn @@ -4,7 +4,7 @@ While discussing the [[plugins/meta]] plugin on IRC, Joey pointed out that it stores most meta fields unescaped, but 'title', 'guid' and 'description' are special-cased and stored escaped (with numeric XML/HTML entities). This -is to avoid emitting markup in the of a HTML page, or in an RSS/Atom +is to avoid emitting markup in the `<title>` of a HTML page, or in an RSS/Atom feed, neither of which are subject to the [[plugins/htmlscrubber]]. However, having the meta fields "partially escaped" like this is somewhat