From: Brion Vibber Date: Fri, 9 Apr 2004 01:00:29 +0000 (+0000) Subject: XHML fixes X-Git-Tag: 1.3.0beta1~544 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=8658650490ad24ab336ad01bda786805be615334;p=lhc%2Fweb%2Fwiklou.git XHML fixes --- diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 6ba0339a60..ee55b072cf 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -70,9 +70,9 @@ class QueryPage { $wgOut->addHTML( "

{$top}\n" ); $sl = wfViewPrevNext( $offset, $limit, $wgLang->specialPage( $sname ) ); - $wgOut->addHTML( "
{$sl}\n" ); + $wgOut->addHTML( "
{$sl}\n" ); - $s = "

    "; + $s = "
      "; while ( $obj = wfFetchObject( $res ) ) { $format = $this->formatResult( $sk, $obj ); $s .= "
    1. {$format}
    2. \n";