Thomas Bruederli
2014-08-18 3ebac0167bf20104fb7a2a55934765117760264c
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];