projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d2608
)
Trim ws at top of text messages also
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 2 Mar 2009 17:43:34 +0000
(10:43 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 2 Mar 2009 17:43:34 +0000
(10:43 -0700)
imp/lib/Mime/Viewer/plain.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/plain.php
b/imp/lib/Mime/Viewer/plain.php
index
9e97289
..
1231362
100644
(file)
--- a/
imp/lib/Mime/Viewer/plain.php
+++ b/
imp/lib/Mime/Viewer/plain.php
@@
-27,7
+27,7
@@
class IMP_Horde_Mime_Viewer_plain extends Horde_Mime_Viewer_plain
$type = 'text/html; charset=' . NLS::getCharset();
// Trim extra whitespace in the text.
- $text =
r
trim($this->_mimepart->getContents());
+ $text = trim($this->_mimepart->getContents());
if ($text == '') {
return array(
$mime_id => array(