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-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=97d8d9111a9369803bdacf2bc08f25b76f4ae5da;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 '