projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6237a1
)
Fix copy/paste error
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Nov 2010 19:04:01 +0000
(13:04 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Nov 2010 21:47:24 +0000
(15:47 -0600)
imp/lib/Ui/Message.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ui/Message.php
b/imp/lib/Ui/Message.php
index
91dec84
..
7b4b8dc
100644
(file)
--- a/
imp/lib/Ui/Message.php
+++ b/
imp/lib/Ui/Message.php
@@
-623,7
+623,7
@@
class IMP_Ui_Message
}
if (!empty($part['wrap'])) {
- $text_out .= '<div class="' . $
info
['wrap'] . '">';
+ $text_out .= '<div class="' . $
part
['wrap'] . '">';
$wrap_ids[] = $id;
}