Thomas Bruederli
2013-01-18 6d41d8fd4bbd3f8854669fbf2fc5a4910803125a
program/lib/Roundcube/rcube_mime.php
@@ -480,7 +480,8 @@
                $q = strlen(str_replace(' ', '', $regs[0]));
                $line = substr($line, strlen($regs[0]));
                if ($q == $q_level && $line
                if ($q == $q_level
                    && strlen($line[$last]) > 1  // don't hit if line only consist of one single white space
                    && isset($text[$last])
                    && $text[$last][strlen($text[$last])-1] == ' '
                ) {