From 5973393937231bd3c65361c967289f48a912e681 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 13 Sep 2007 08:31:14 +0000 Subject: [PATCH] * (bug 11321) Fix width of gallerybox when option "width=xxx" is used See the screenshots before/after attached to the bug. --- RELEASE-NOTES | 2 +- includes/ImageGallery.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1