Merge "Update VE core submodule to master (c8e22de61)"

This commit is contained in:
jenkins-bot 2018-10-30 10:47:24 +00:00 committed by Gerrit Code Review
commit 357bda995f
2 changed files with 2 additions and 2 deletions

2
lib/ve

@ -1 +1 @@
Subproject commit 236effcd710784763aa8b18293b1e84ac2c65636
Subproject commit c8e22de6140ad66b58bd227d73f3f34067da486d

View file

@ -79,7 +79,7 @@ ve.init.mw.Platform.prototype.getMessage = mw.msg.bind( mw );
* @inheritdoc
*/
ve.init.mw.Platform.prototype.getHtmlMessage = function () {
return mw.message.apply( mw.message, arguments ).parseDom();
return mw.message.apply( mw.message, arguments ).parseDom().toArray();
};
/**