From 99c13c58dab87d5751f82d99818b2658be514e4f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 19 May 2008 02:34:42 +0000 Subject: [PATCH] Make space breakable --- includes/ImagePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 705cf2243b..590f091baf 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -837,7 +837,7 @@ class ImageHistoryList { $row .= ' ' . htmlspecialchars( $dims ); // File size - $row .= " (" . $this->skin->formatSize( $size ) . ')'; + $row .= " (" . $this->skin->formatSize( $size ) . ')'; // Uploading user $row .= ''; -- 2.20.1