pages talking about escaping should really be escaped correctly
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Tue, 6 Apr 2010 00:50:51 +0000 (00:50 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Tue, 6 Apr 2010 00:50:51 +0000 (00:50 +0000)
doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn

index d79318dd8709cf6f53a49fbc5cb9647f02cfbe3c..cbfcfd6b7ed57ae2338920547321c8ccc47154e5 100644 (file)
@@ -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 <title> 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