pages talking about escaping should really be escaped correctly
parent
26bf69d17a
commit
0ed94696c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue