Thomas Bruederli
2012-05-31 a15c0aa218fabd2de93e962dc7c697c4bf7ce72f
program/lib/html2text.php
@@ -668,7 +668,7 @@
     */
    private function _preg_callback($matches)
    {
        switch($matches[1]) {
        switch (strtolower($matches[1])) {
        case 'b':
        case 'strong':
            return $this->_toupper($matches[2]);