IAlex has uploaded a new change for review. 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/43/26943/1 -- To view, visit https://gerrit.wikimedia.org/r/26943 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie97ad9a921ae3fc6d327531b0ace64b6a08e1fa2 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
