ApiVisualEditor: Ask Parsoid to 'scrubWikitext' on save

Bug: T105239
Change-Id: I9e39dc2c12a3262431d15629c89fa90ba0fd73bc
This commit is contained in:
Ed Sanders 2015-07-09 11:39:43 +01:00
parent d69efc426d
commit 5ee35e2c6a

View file

@ -157,6 +157,7 @@ class ApiVisualEditor extends ApiBase {
array(
'html' => $html,
'oldid' => $parserParams['oldid'],
'scrubWikitext' => 1,
)
);
}