From: umherirrender Date: Mon, 15 Sep 2014 18:59:21 +0000 (+0200) Subject: Readd word-separator between edithelp link and newwindow hint X-Git-Tag: 1.31.0-rc.0~14010^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=75ed896537b25f6e81e647b94c58a314852100d7;p=lhc%2Fweb%2Fwiklou.git Readd word-separator between edithelp link and newwindow hint Was removed on I47db5eab4569514d039261d11b6dedb0eeae17b5 Change-Id: I34e10fb4d43384b9170d238629128ab46976f6b2 --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 87bdf91e8c..c96e1a55a4 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -3226,6 +3226,7 @@ HTML $attrs['class'] = 'mw-ui-button mw-ui-quiet'; } $edithelp = Html::element( 'a', $attrs, wfMessage( 'edithelp' )->text() ) . + wfMessage( 'word-separator' )->escaped() . wfMessage( 'newwindow' )->parse(); $wgOut->addHTML( " {$cancel}\n" );