Don't double escape html entities for messages obtained through Message::escaped().
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 23 Apr 2011 16:27:29 +0000 (16:27 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 23 Apr 2011 16:27:29 +0000 (16:27 +0000)
commitb454219e062c0dd315407a775492c82213d4aa20
treeb1ca783f7f508435d63afda0081d73505b6650fc
parent543855257c450aa2c6a6f9e33fbba5cb4fcb49e0
Don't double escape html entities for messages obtained through Message::escaped().
Since we require PHP 5.2.3+ and htmlspecialchars() has a fourth parameter to prevent double escaping since... PHP 5.2.3 (per manual), let's use it
includes/Message.php