From 4698398e0f77d89b73a25f779f4d641d7ca01275 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 6 Jun 2009 17:07:17 +0000 Subject: [PATCH] Follow-up to r51543: Fix another syntax error in ImageGallery.php. Sorry. --- includes/ImageGallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index 45ac9cfac2..3228b5901a 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -299,7 +299,7 @@ class ImageGallery $textlink = $this->mShowFilename ? $sk->link( $nt, - htmlspecialchars( $wgLang->truncate( $nt->getText(), 20 ) ) + htmlspecialchars( $wgLang->truncate( $nt->getText(), 20 ) ), array(), array(), array( 'known', 'noclasses' ) -- 2.20.1