more cssification of diff rendering, some " -> ' in diff engine
[lhc/web/wiklou.git] / includes / SpecialRecentchanges.php
index 9581b8c..4470c76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-include_once( "Feed.php" );
+require_once( "Feed.php" );
 
 function wfSpecialRecentchanges( $par )
 {
@@ -111,11 +111,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" ) );