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=blobdiff_plain;f=includes%2FEditPage.php;h=c909f49bb224d231e9a1b86f179d9ec0f7be0b76;hb=74a21f3bd1692dac958ddf3e09226a72b7bc65b7;hp=1b91fe0d2f52da38b779348bd5c538fed851e6d3;hpb=86572930d98936727e58828e93443eda08c147e0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index 1b91fe0d2f..c909f49bb2 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2280,7 +2280,7 @@ INPUTS ); $checkboxes['minor'] = Xml::check( 'wpMinoredit', $checked['minor'], $attribs ) . - " "; + " "; } $watchLabel = wfMsgExt( 'watchthis', array( 'parseinline' ) ); @@ -2293,7 +2293,7 @@ INPUTS ); $checkboxes['watch'] = Xml::check( 'wpWatchthis', $checked['watch'], $attribs ) . - " "; + " "; } wfRunHooks( 'EditPageBeforeEditChecks', array( &$this, &$checkboxes, &$tabindex ) ); return $checkboxes;