gitweb: Normalize searchbar font size
[gitweb.git] / gitweb / gitweb.perl
index 66f306705f083da30a4629dc16f3aad604d4db51..260d79bd781db4a5c0cc19375cafaa53739ba873 100755 (executable)
@@ -1903,6 +1903,8 @@ sub git_header_html {
                }
                print "\n";
        }
+       print "</div>\n";
+
        my ($have_search) = gitweb_check_feature('search');
        if ((defined $project) && ($have_search)) {
                if (!defined $searchtext) {
@@ -1932,7 +1934,6 @@ sub git_header_html {
                      "</div>" .
                      $cgi->end_form() . "\n";
        }
-       print "</div>\n";
 }
 
 sub git_footer_html {