Index: trunk/phase3/includes/ImageGallery.php |
— | — | @@ -299,7 +299,7 @@ |
300 | 300 | $textlink = $this->mShowFilename ? |
301 | 301 | $sk->link( |
302 | 302 | $nt, |
303 | | - htmlspecialchars( $wgLang->truncate( $nt->getText(), 20 ) ) |
| 303 | + htmlspecialchars( $wgLang->truncate( $nt->getText(), 20 ) ), |
304 | 304 | array(), |
305 | 305 | array(), |
306 | 306 | array( 'known', 'noclasses' ) |