bug fix
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 30 Jan 2004 02:21:53 +0000 (02:21 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 30 Jan 2004 02:21:53 +0000 (02:21 +0000)
includes/Skin.php

index c90923b..88df445 100644 (file)
@@ -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 .= ")" ;
                }