From: Gabriel Wicke Date: Thu, 6 May 2004 15:30:05 +0000 (+0000) Subject: one unclosed br partisan X-Git-Tag: 1.3.0beta1~134 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=a886d76d793a7d7d5b4211fea3257eb59c62b306;p=lhc%2Fweb%2Fwiklou.git one unclosed br partisan --- diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 1587dd9b2c..8c2f3ff974 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -57,7 +57,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) "GROUP BY cur_id ORDER BY inverse_timestamp LIMIT {$limit}"; $res = wfQuery( $sql, DB_READ, $fname ); - $wgOut->addHTML("< ".$sk->makeKnownLinkObj($nt, "", "redirect=no" )."
\n"); + $wgOut->addHTML("< ".$sk->makeKnownLinkObj($nt, "", "redirect=no" )."
\n"); $note = wfMsg( "rcnote", $limit, $days ); $wgOut->addHTML( "
\n{$note}\n
" );