From: Robert Stojnić Date: Sun, 31 May 2009 19:25:52 +0000 (+0000) Subject: Whitespace after the "check" label. X-Git-Tag: 1.31.0-rc.0~41576 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=2ed001652f60136070eec84546fac754c6c87689;p=lhc%2Fweb%2Fwiklou.git Whitespace after the "check" label. --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 76051a952b..a456efe352 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -638,7 +638,7 @@ class SpecialSearch { $selectNoneButton = Xml::openElement('input', array('type'=>'button', 'id' => 'mw-search-togglenone', 'onclick' => 'mwToggleSearchCheckboxes("none");', 'value' => wfMsg( 'powersearch-togglenone' ) )) . ''; - $selectOptionsText = "" . $selectOptionsLabel . $selectAllButton . $selectNoneButton . ""; + $selectOptionsText = "" . $selectOptionsLabel . ' ' . $selectAllButton . $selectNoneButton . ""; $searchButton = Xml::submitButton( wfMsg( 'powersearch' ) ) . "\n"; $searchTitle = SpecialPage::getTitleFor( 'Search' );