From 16fbe060fbc55050187ae26bacb55da48c001639 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 25 Nov 2004 13:41:33 +0000 Subject: [PATCH] Whoops --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 2b2a429dfd..f229792d3c 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -174,7 +174,7 @@ class PageHistory { htmlspecialchars( $ut ), 'target=' . urlencode( $ut ) ); } else { $userPage =& Title::makeTitle( NS_USER, $ut ); - $ul = $this->mSkin->makeLink( $userPage , htmlspecialchars( $ut ) ); + $ul = $this->mSkin->makeLinkObj( $userPage , htmlspecialchars( $ut ) ); } $s = '
  • '; -- 2.20.1