aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2010-04-06 00:50:51 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-04-06 00:50:51 +0000
commit0ed94696c0a449b425bc319297d39060ee24dcf2 (patch)
tree8f62cb9b3e372dbc4b2458eb545c61eabe5441eb /doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn
parent26bf69d17aff4c74dd6c368712091d8c1fc977a6 (diff)
downloadikiwiki-0ed94696c0a449b425bc319297d39060ee24dcf2.tar
ikiwiki-0ed94696c0a449b425bc319297d39060ee24dcf2.tar.gz
pages talking about escaping should really be escaped correctly
Diffstat (limited to 'doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn')
-rw-r--r--doc/bugs/some_but_not_all_meta_fields_are_stored_escaped.mdwn2
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