From 315ba75e364ccfdbbec7cef7562b0e98ff5e90f9 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 30 Jan 2004 02:21:53 +0000 Subject: [PATCH] bug fix --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index c90923b5ec..88df4453f4 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1809,7 +1809,7 @@ class Skin { $r .= "; " ; # History - $r .= $this->makeKnownLink( $block[0]->getTitle(), wfMsg( "history" ), "{$curIdEq}&action=history" ); + $r .= $this->makeKnownLinkObj( $block[0]->getTitle(), wfMsg( "history" ), "{$curIdEq}&action=history" ); $r .= ")" ; } -- 2.20.1