X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2FEditPage.php;h=72a072d1487ece41ea4ecd239b221328ab9874d7;hb=32199ac8bc293efc5cbd41c3af7fe1055d04d11c;hp=0e1438f8f758801de27416af25aaab4766211cdc;hpb=0becca63c3e090760044b3df9fc9c4e078a1cb39;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index 0e1438f8f7..72a072d148 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2658,8 +2658,7 @@ class EditPage { $wgOut->addHTML( Html::openElement( 'form', [ - // Keep mw-editform-ooui class for backwards-compatibility temporarily - 'class' => 'mw-editform mw-editform-ooui', + 'class' => 'mw-editform', 'id' => self::EDITFORM_ID, 'name' => self::EDITFORM_ID, 'method' => 'post',