From: Raimond Spekking Date: Fri, 9 Feb 2007 22:19:54 +0000 (+0000) Subject: Suppress external weblink arrow for uploading a new image version X-Git-Tag: 1.31.0-rc.0~54075 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=10741f6f13a1d2781456552b167fc212bf4e65bc;p=lhc%2Fweb%2Fwiklou.git Suppress external weblink arrow for uploading a new image version --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index e7fdda6a20..bfdaa93999 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -400,7 +400,7 @@ END # "Upload a new version of this file" link if( $wgUser->isAllowed( 'reupload' ) ) { $ulink = $sk->makeExternalLink( $this->getUploadUrl(), wfMsg( 'uploadnewversion-linktext' ) ); - $wgOut->addHtml( "
  • {$ulink}
  • " ); + $wgOut->addHtml( "
  • " ); } # External editing link