xhtml tweaks
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 22 Mar 2004 23:48:07 +0000 (23:48 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 22 Mar 2004 23:48:07 +0000 (23:48 +0000)
includes/SpecialRecentchanges.php

index 68e0db6..0de5ef5 100644 (file)
@@ -115,11 +115,11 @@ function wfSpecialRecentchanges( $par )
        } else {
                $note = wfMsg( "rcnote", $wgLang->formatNum( $limit ), $wgLang->formatNum( $days ) );
        }
-       $wgOut->addHTML( "\n<hr>\n{$note}\n<br>" );
+       $wgOut->addHTML( "\n<hr/>\n{$note}\n<br/>" );
 
        $note = rcDayLimitLinks( $days, $limit, "Recentchanges", $hideparams, false, $minorLink, $botLink, $liuLink );
 
-       $note .= "<br>\n" . wfMsg( "rclistfrom",
+       $note .= "<br/>\n" . wfMsg( "rclistfrom",
          $sk->makeKnownLink( $wgLang->specialPage( "Recentchanges" ),
          $wgLang->timeanddate( $now, true ), "{$hideparams}&from=$now" ) );