diff --git a/lib/ve b/lib/ve index 236effcd71..c8e22de614 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit 236effcd710784763aa8b18293b1e84ac2c65636 +Subproject commit c8e22de6140ad66b58bd227d73f3f34067da486d diff --git a/modules/ve-mw/init/ve.init.mw.Platform.js b/modules/ve-mw/init/ve.init.mw.Platform.js index f21c3adf68..8e1037f088 100644 --- a/modules/ve-mw/init/ve.init.mw.Platform.js +++ b/modules/ve-mw/init/ve.init.mw.Platform.js @@ -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(); }; /**