From aad8203f71777b58d98d86cdb82186cd213cc636 Mon Sep 17 00:00:00 2001 From: indiri69 Date: Thu, 29 Apr 2004 18:02:21 +0000 Subject: [PATCH] A few more types of break tags git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7317 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 02740fc0..c2bfcf2b 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -374,9 +374,11 @@ function formatBody($imap_stream, $message, $color, $wrap_at, $ent_num, $id, $ma if ($show_html_default <> 1) { $entity_conv = array(' ' => ' ', '

' => "\n", - '
' => "\n", '

' => "\n", + '
' => "\n", '
' => "\n", + '
' => "\n", + '
' => "\n", '>' => '>', '<' => '<'); $body = strtr($body, $entity_conv); -- 2.25.1