From 10741f6f13a1d2781456552b167fc212bf4e65bc Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Fri, 9 Feb 2007 22:19:54 +0000 Subject: [PATCH] Suppress external weblink arrow for uploading a new image version --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1