X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FEditPage.php;h=2860664e4ca59aa0edcc942e9925f46e1825fe76;hp=4451867ea542a43b30c2df0fd5c7e634cc071cad;hb=5910fe9d9bdfdef20050694bddc640bcb5ae692c;hpb=99c0da25029359c405c1d5dc22cc6e5a6d955f09 diff --git a/includes/EditPage.php b/includes/EditPage.php index 4451867ea5..2860664e4c 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -3165,7 +3165,7 @@ class EditPage { $wgOut->addHTML( Html::hidden( 'wpStarttime', $this->starttime ) ); $wgOut->addHTML( Html::hidden( 'wpEdittime', $this->edittime ) ); $wgOut->addHTML( Html::hidden( 'editRevId', $this->editRevId ) ); - $wgOut->addHTML( Html::hidden( 'wpScrolltop', $this->scrolltop ) ); + $wgOut->addHTML( Html::hidden( 'wpScrolltop', $this->scrolltop, [ 'id' => 'wpScrolltop' ] ) ); if ( !$this->checkUnicodeCompliantBrowser() ) { $wgOut->addHTML( Html::hidden( 'safemode', '1' ) );