X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=blobdiff_plain;f=includes%2FEditPage.php;h=f9d112973ec253d64bacd10d466037884b243bf3;hb=7c36faa73bf6105e0f66f2dd531440c9afe0b732;hp=337ac1517fba162379370cf2c2b0e178a46812a3;hpb=2c3f2dd61cdfcf96284b3870ef131799fc810444;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index 337ac1517f..f9d112973e 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -3674,11 +3674,6 @@ class EditPage { $out->addHTML( implode( $this->getEditButtons( $tabindex ), "\n" ) . "\n" ); $cancel = $this->getCancelLink(); - if ( $cancel !== '' ) { - $cancel .= Html::element( 'span', - [ 'class' => 'mw-editButtons-pipe-separator' ], - $this->context->msg( 'pipe-separator' )->text() ); - } $message = $this->context->msg( 'edithelppage' )->inContentLanguage()->text(); $edithelpurl = Skin::makeInternalOrExternalUrl( $message );