diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-04-06 00:50:51 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-04-06 00:50:51 +0000 |
commit | 0ed94696c0a449b425bc319297d39060ee24dcf2 (patch) | |
tree | 8f62cb9b3e372dbc4b2458eb545c61eabe5441eb /doc/bugs | |
parent | 26bf69d17aff4c74dd6c368712091d8c1fc977a6 (diff) |
pages talking about escaping should really be escaped correctly
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |