Siebrand has submitted this change and it was merged. Change subject: Use parseAsBlock() instead of parse() to show the error message in OutputPage::showErrorPage() ......................................................................
Use parseAsBlock() instead of parse() to show the error message in OutputPage::showErrorPage() When a message name is passed, addWikiMsgArray() is used, so it adds a <p> arround the result. Do the same when a Message object is passed to that method. Change-Id: Ie97ad9a921ae3fc6d327531b0ace64b6a08e1fa2 --- M includes/OutputPage.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/26943 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie97ad9a921ae3fc6d327531b0ace64b6a08e1fa2 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
