From d0814c0270bdc3b41d71c4045e14998fa7fb8e10 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Mon, 9 Oct 2006 19:50:13 +0000 Subject: [PATCH] tags end with , not stupid! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11891 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mime.php b/functions/mime.php index 2b6a6eb7..7db8d71b 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -313,9 +313,9 @@ function translateText(&$body, $wrap_at, $charset) { } if ($quotes % 2) { - $line = '' . $line . ''; + $line = '' . $line . ''; } elseif ($quotes) { - $line = '' . $line . ''; + $line = '' . $line . ''; } $body_ary[$i] = $line; -- 2.25.1