Merge "Make RandomInCat work for cats starting with namespace"
[lhc/web/wiklou.git] / includes / gallery / TraditionalImageGallery.php
index 223fb07..1f60fa6 100644 (file)
@@ -168,7 +168,7 @@ class TraditionalImageGallery extends ImageGalleryBase {
                                '';
 
 
-                       $galleryText  = $textlink . $text . $fileSize;
+                       $galleryText = $textlink . $text . $fileSize;
                        $galleryText = $this->wrapGalleryText( $galleryText, $thumb );
 
                        # Weird double wrapping (the extra div inside the li) needed due to FF2 bug