From: stevetruckstuff Date: Mon, 9 Oct 2006 19:50:13 +0000 (+0000) Subject: tags end with , not stupid! X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=d0814c0270bdc3b41d71c4045e14998fa7fb8e10 tags end with , not stupid! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11891 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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;