Create valid HTML on Search page

Create valid HTML on search page and close clearing div.

Follows up: If0b6df347315bfe5b6f9a7aa9c6730cbdf44fd38

Bug: 67740
Change-Id: I3ee40b29e54aec91b627fe19de1c685c058aa184
This commit is contained in:
florianschmidtwelzow 2014-07-09 20:29:29 +02:00 committed by Florianschmidtwelzow
parent 23c0eeec98
commit a4ce42691c

View file

@ -1097,7 +1097,7 @@ class SpecialSearch extends SpecialPage {
->numParams( $resultsShown )
->parse();
$out .= Xml::tags( 'div', array( 'class' => 'results-info' ), $top ) .
Xml::element( 'div', array( 'style' => 'clear:both' ) );
Xml::element( 'div', array( 'style' => 'clear:both' ), '', false );
}
return $out . $this->didYouMeanHtml;