Simple commit trimming some trailing whitespace
authorSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 16:21:02 +0000 (16:21 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 16:21:02 +0000 (16:21 +0000)
includes/ImageGallery.php
includes/specials/SpecialMostimages.php

index b12648c..62f9eed 100644 (file)
@@ -144,7 +144,7 @@ class ImageGallery
         * Add an image to the gallery.
         *
         * @param $title Title object of the image that is added to the gallery
-        * @param $html  String: additional HTML text to be shown. The name and size of the image are always shown.
+        * @param $html String: additional HTML text to be shown. The name and size of the image are always shown.
         */
        function add( $title, $html='' ) {
                if ( $title instanceof File ) {
@@ -276,7 +276,7 @@ class ImageGallery
                                        . htmlspecialchars( $img->getLastError() ) . '</div>';
                        } else {
                                $vpad = floor(( 30 + $this->mHeights - $thumb->height ) /2);
-                               
+
                                $imageParameters = array(
                                        'desc-link' => true,
                                        'desc-query' => $descQuery
@@ -285,7 +285,7 @@ class ImageGallery
                                if ( $text == '' ) {
                                        $imageParameters['alt'] = $nt->getText();
                                }
-                               
+
                                # Set both fixed width and height. Otherwise we might have problems
                                # with the vertical centering of images where height<line-size
                                $thumbhtml = "\n\t\t\t".
index 2fdbd1b..ac2b520 100644 (file)
@@ -34,7 +34,7 @@ class MostimagesPage extends ImageQueryPage {
        function __construct( $name = 'Mostimages' ) {
                parent::__construct( $name );
        }
-       
+
        function isExpensive() { return true; }
        function isSyndicated() { return false; }