Fix omission of ) in r51807 that eluded php -l because of a superfluous ) elsewhere
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 10 Sep 2009 15:26:42 +0000 (15:26 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 10 Sep 2009 15:26:42 +0000 (15:26 +0000)
includes/specials/SpecialSearch.php

index 0fc81ce..9e7d7e4 100644 (file)
@@ -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 .