Switch search-suggest message to use Message::parse()
authorErik Bernhardson <ebernhardson@wikimedia.org>
Wed, 29 Jul 2015 15:06:29 +0000 (08:06 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Wed, 29 Jul 2015 15:08:06 +0000 (08:08 -0700)
commite0c3fd6f6ed9a17dc07f71649e5b535abeb6a30e
treedb87ab2e5663201295b566ce3cdc5a8bde6998a3
parent2d11a1531b80409ee26d4f271ffff85eb191cc76
Switch search-suggest message to use Message::parse()

This was recently made more explicit and use escape() which matches
the english definition, but frwiki (and maybe others) has overridden
these messages on wiki via MediaWiki:search-suggest to include HTML
code.  To get the correct output from that HTML we need to use ::parse()
instead of ::text()

Change-Id: I5251dead7f1262728b4cab5bcfc5b0d1b9acc761
includes/specials/SpecialSearch.php