projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0d156
)
Fix display
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 Nov 2008 01:59:08 +0000
(18:59 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 Nov 2008 01:59:08 +0000
(18:59 -0700)
imp/lib/Mime/Viewer/images.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/images.php
b/imp/lib/Mime/Viewer/images.php
index
d54f2b1
..
d70164e
100644
(file)
--- a/
imp/lib/Mime/Viewer/images.php
+++ b/
imp/lib/Mime/Viewer/images.php
@@
-81,7
+81,7
@@
class IMP_Horde_Mime_Viewer_images extends Horde_Mime_Viewer_images
/* Viewing inline, and the browser can handle the image type
* directly. So output an <img> tag to load the image. */
return array(
- 'data' => Horde::img($this->_params['contents']->urlView($this->_mimepart, 'view_attach'), $this->_mimepart->getName(true), null, '')
+ 'data' => Horde::img($this->_params['contents']->urlView($this->_mimepart, 'view_attach'
, array('params' => array('img_data' => 1))
), $this->_mimepart->getName(true), null, '')
);
} else {
return $this->_renderInfo();