<span> tags end with </span>, not </style> stupid!
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Oct 2006 19:50:13 +0000 (19:50 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 9 Oct 2006 19:50:13 +0000 (19:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11891 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 2b6a6eb761f12c2f2dba497b90f1aa46e699c5ea..7db8d71b2df11757f085a533925b4457f3644544 100644 (file)
@@ -313,9 +313,9 @@ function translateText(&$body, $wrap_at, $charset) {
         }
 
         if ($quotes % 2) {
-            $line = '<span class="quote1">' . $line . '</style>';
+            $line = '<span class="quote1">' . $line . '</span>';
         } elseif ($quotes) {
-            $line = '<span class="quote2">' . $line . '</style>';
+            $line = '<span class="quote2">' . $line . '</span>';
         }
 
         $body_ary[$i] = $line;