From: x2003bruneau Date: Sun, 14 Jan 2007 13:47:43 +0000 (+0000) Subject: Limit the size of the images in multipart/mixed view (on browsers which supports... X-Git-Tag: 1.8~133 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=632f29561a57f8984081769c94f892b573dc0590;p=banana.git Limit the size of the images in multipart/mixed view (on browsers which supports the CSS max-width attribute) git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@166 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/mimepart.inc.php b/banana/mimepart.inc.php index 26cb31a..3f543bc 100644 --- a/banana/mimepart.inc.php +++ b/banana/mimepart.inc.php @@ -420,7 +420,7 @@ class BananaMimePart list($type, $subtype) = $this->getType(); if ($type == 'image') { $part = $this->id ? $this->id : $this->filename; - return '