From: Tim Starling Date: Fri, 30 Jan 2004 02:21:53 +0000 (+0000) Subject: bug fix X-Git-Tag: 1.3.0beta1~1071 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=315ba75e364ccfdbbec7cef7562b0e98ff5e90f9;p=lhc%2Fweb%2Fwiklou.git bug fix --- 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 .= ")" ; }