Index: trunk/phase3/includes/QueryPage.php |
— | — | @@ -333,7 +333,7 @@ |
334 | 334 | |
335 | 335 | $this->preprocessResults( $dbr, $res ); |
336 | 336 | |
337 | | - $wgOut->addHtml( XML::openElement( 'div', array('id' => 'mw-spcontent') ) ); |
| 337 | + $wgOut->addHtml( XML::openElement( 'div', array('class' => 'mw-spcontent') ) ); |
338 | 338 | |
339 | 339 | # Top header and navigation |
340 | 340 | if( $shownavigation ) { |
— | — | @@ -348,6 +348,7 @@ |
349 | 349 | # No results to show, so don't bother with "showing X of Y" etc. |
350 | 350 | # -- just let the user know and give up now |
351 | 351 | $wgOut->addHtml( '<p>' . wfMsgHtml( 'specialpage-empty' ) . '</p>' ); |
| 352 | + $wgOut->addHtml( XML::closeElement( 'div' ) ); |
352 | 353 | return; |
353 | 354 | } |
354 | 355 | } |