From: Aaron Schulz Date: Mon, 19 May 2008 02:34:42 +0000 (+0000) Subject: Make space breakable X-Git-Tag: 1.31.0-rc.0~47546 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=99c13c58dab87d5751f82d99818b2658be514e4f;p=lhc%2Fweb%2Fwiklou.git Make space breakable --- 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 .= '';