Make space breakable
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 19 May 2008 02:34:42 +0000 (02:34 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 19 May 2008 02:34:42 +0000 (02:34 +0000)
includes/ImagePage.php

index 705cf22..590f091 100644 (file)
@@ -837,7 +837,7 @@ class ImageHistoryList {
                $row .= '&nbsp;' . htmlspecialchars( $dims );
 
                // File size
-               $row .= "&nbsp;<span style='white-space: nowrap;'>(" . $this->skin->formatSize( $size ) . ')</span>';
+               $row .= " <span style='white-space: nowrap;'>(" . $this->skin->formatSize( $size ) . ')</span>';
 
                // Uploading user
                $row .= '</td><td>';