Allow people to use ' entity (sinqle quote character: ') in wikitext.
authorBrian Wolff <bawolff@users.mediawiki.org>
Thu, 14 Apr 2011 17:42:12 +0000 (17:42 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Thu, 14 Apr 2011 17:42:12 +0000 (17:42 +0000)
commit31d01a8cf1ecaa3d4eec57d9e43b0e28ce0992ce
tree88432c22cf7216ed8bb3576d6be8061bb6fb5cdf
parentc2b1952451f9354d95754cf02268d0cdc29f0e4e
Allow people to use &apos; entity (sinqle quote character: ') in wikitext.

It probably wasn't included originally, as its not part of html4,
but was introduced in XML/XHTML1. Since we do all sorts of weird stuff
with ' characters (italic/bold) its probably good to allow lowly users to
have an easy to remember way of escaping it.

There's also a whole bunch of entities in html5 that we should maybe consider
decoding as well.
RELEASE-NOTES
includes/Sanitizer.php