diff --git a/modules/ve-mw/init/ve.init.mw.ArticleTarget.js b/modules/ve-mw/init/ve.init.mw.ArticleTarget.js index 4ae22773c4..3ffbf51c33 100644 --- a/modules/ve-mw/init/ve.init.mw.ArticleTarget.js +++ b/modules/ve-mw/init/ve.init.mw.ArticleTarget.js @@ -918,7 +918,8 @@ ve.init.mw.ArticleTarget.prototype.onSaveDialogPreview = function () { action: 'visualeditor', paction: 'parsefragment', page: mw.config.get( 'wgRelevantPageName' ), - wikitext: this.getDocToSave() + wikitext: this.getDocToSave(), + pst: true } ).always( function ( response, details ) { if ( ve.getProp( response, 'visualeditor', 'result' ) === 'success' ) { target.saveDialog.showPreview( response.visualeditor.content );