pages talking about escaping should really be escaped correctly

master
http://smcv.pseudorandom.co.uk/ 2010-04-06 00:50:51 +00:00 committed by Joey Hess
parent 26bf69d17a
commit 0ed94696c0
1 changed files with 1 additions and 1 deletions

View 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