From: Roan Kattouw Date: Thu, 10 Sep 2009 15:26:42 +0000 (+0000) Subject: Fix omission of ) in r51807 that eluded php -l because of a superfluous ) elsewhere X-Git-Tag: 1.31.0-rc.0~39803 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=ebec0a776f8c1245067f7fd9b31ccc435d756257;p=lhc%2Fweb%2Fwiklou.git Fix omission of ) in r51807 that eluded php -l because of a superfluous ) elsewhere --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 0fc81ce293..9e7d7e4800 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -789,10 +789,9 @@ class SpecialSearch { 'type'=>'button', 'id' => 'mw-search-togglenone', 'onclick' => 'mwToggleSearchCheckboxes("none");', - 'value' => wfMsg( 'powersearch-togglenone' + 'value' => wfMsg( 'powersearch-togglenone' ) ) ) - ) ) . Xml::element( 'div', array( 'class' => 'divider' ), '', false ) . $namespaceTables .