From: Raimond Spekking Date: Thu, 13 Sep 2007 08:31:14 +0000 (+0000) Subject: * (bug 11321) Fix width of gallerybox when option "width=xxx" is used X-Git-Tag: 1.31.0-rc.0~51403 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=5973393937231bd3c65361c967289f48a912e681;p=lhc%2Fweb%2Fwiklou.git * (bug 11321) Fix width of gallerybox when option "width=xxx" is used See the screenshots before/after attached to the bug. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ffef4d7953..04325101c9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -49,7 +49,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 9252) Fix for tidy funkiness when using editintro mode * (bug 4021) Fix for MySQL wildcard search * (bug 10699) Fix for MySQL phrase search - +* (bug 11321) Fix width of gallerybox when option "width=xxx" is used === API changes in 1.12 === diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index 64f266f653..46ecd16959 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -303,7 +303,7 @@ class ImageGallery $s .= "\n\t"; } $s .= - "\n\t\t" . '
' + "\n\t\t" . '
' . $thumbhtml . "\n\t\t\t" . '
' . "\n" . $textlink . $text . $nb