Merge "Move advanced search inputs back into the form"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 16 Dec 2014 20:35:31 +0000 (20:35 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 16 Dec 2014 20:35:31 +0000 (20:35 +0000)
includes/specials/SpecialSearch.php

index c77c786..a7dea88 100644 (file)
@@ -330,9 +330,9 @@ class SpecialSearch extends SpecialPage {
                        Xml::openElement( 'div', array( 'id' => 'mw-search-top-table' ) ) .
                        $this->shortDialog( $term, $num, $totalRes ) .
                        Xml::closeElement( 'div' ) .
+                       $this->searchProfileTabs( $term ) .
                        Xml::closeElement( 'form' ) .
-                       $this->didYouMeanHtml .
-                       $this->searchProfileTabs( $term )
+                       $this->didYouMeanHtml
                );
 
                $filePrefix = $wgContLang->getFormattedNsText( NS_FILE ) . ':';