From 72199b2da93957f99205e3992963fed3111f41af Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 22 Mar 2004 23:48:07 +0000 Subject: [PATCH] xhtml tweaks --- includes/SpecialRecentchanges.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 68e0db6a5d..0de5ef5192 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -115,11 +115,11 @@ function wfSpecialRecentchanges( $par ) } else { $note = wfMsg( "rcnote", $wgLang->formatNum( $limit ), $wgLang->formatNum( $days ) ); } - $wgOut->addHTML( "\n
\n{$note}\n
" ); + $wgOut->addHTML( "\n
\n{$note}\n
" ); $note = rcDayLimitLinks( $days, $limit, "Recentchanges", $hideparams, false, $minorLink, $botLink, $liuLink ); - $note .= "
\n" . wfMsg( "rclistfrom", + $note .= "
\n" . wfMsg( "rclistfrom", $sk->makeKnownLink( $wgLang->specialPage( "Recentchanges" ), $wgLang->timeanddate( $now, true ), "{$hideparams}&from=$now" ) ); -- 2.20.1