Fix copy/paste error
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Nov 2010 19:04:01 +0000 (13:04 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Nov 2010 21:47:24 +0000 (15:47 -0600)
imp/lib/Ui/Message.php

index 91dec84..7b4b8dc 100644 (file)
@@ -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;
             }