fixed minor bug in Skin.php which has been there forever -- link attributes of extern...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 7 Apr 2004 13:07:16 +0000 (13:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 7 Apr 2004 13:07:16 +0000 (13:07 +0000)
includes/Skin.php

index aaeb806..21a35fd 100644 (file)
@@ -1305,6 +1305,7 @@ class Skin {
                global $wgOut, $wgUser;
                if ( $nt->isExternal() ) {
                        $u = $nt->getFullURL();
+                       $link = $nt->getPrefixedURL();
                        if ( "" == $text ) { $text = $nt->getPrefixedText(); }
                        $style = $this->getExternalLinkAttributes( $link, $text );