From a886d76d793a7d7d5b4211fea3257eb59c62b306 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 6 May 2004 15:30:05 +0000 Subject: [PATCH] one unclosed br partisan --- includes/SpecialRecentchangeslinked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
" ); -- 2.20.1