Thomas Bruederli
2012-05-30 7ae5432fbfc0e923f2fe8dc62ff77afb8ecc80cf
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]);