From: Michael M Slusarz Date: Fri, 5 Nov 2010 19:04:01 +0000 (-0600) Subject: Fix copy/paste error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e646f87af619cadabce0b467993c9e0fe533487a;p=horde.git Fix copy/paste error --- diff --git a/imp/lib/Ui/Message.php b/imp/lib/Ui/Message.php index 91dec847b..7b4b8dcf5 100644 --- 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 .= '
'; + $text_out .= '
'; $wrap_ids[] = $id; }