X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fgallery%2FPackedOverlayImageGallery.php;h=01360d05fc675d850bf015b83b1b9cb67bf3ee8c;hb=bc6ed2ba24a8691ad6d6cc321a43720bcfb770e2;hp=f9c131f930c7222cf0e802ec28ce765e5e696135;hpb=d4eefca4dd645bbef2b435ef1228a141f6a48e67;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/gallery/PackedOverlayImageGallery.php b/includes/gallery/PackedOverlayImageGallery.php index f9c131f930..0a5a457fea 100644 --- a/includes/gallery/PackedOverlayImageGallery.php +++ b/includes/gallery/PackedOverlayImageGallery.php @@ -1,8 +1,5 @@ is needed to # accommodate htmltidy which in version 4.8.6 generated crackpot HTML - # in its absence, see: http://bugzilla.wikimedia.org/show_bug.cgi?id=1765 + # in its absence, see: https://phabricator.wikimedia.org/T3765 # -Ævar $thumbWidth = $this->getGBWidth( $thumb ) - $this->getThumbPadding() - $this->getGBPadding(); @@ -50,7 +50,7 @@ class PackedOverlayImageGallery extends PackedImageGallery { return "\n\t\t\t" . $outerWrapper . '
' . "\n" . $galleryText - . "\n\t\t\t
"; + . "\n\t\t\t"; } }