Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
program/lib/Roundcube/rcube_enriched.php
@@ -118,7 +118,7 @@
            $quoted = '';
            $lines  = explode('<br>', $a[2]);
            foreach ($lines as $n => $line)
            foreach ($lines as $line)
                $quoted .= '&gt;'.$line.'<br>';
            $body = $a[1].'<span class="quotes">'.$quoted.'</span>'.$a[3];