alecpl
2011-02-28 29c54229cfbc104930e7743cecc212f53aed8a15
program/lib/html2text.php
@@ -652,10 +652,12 @@
        case 'h':
            return $this->_strtoupper("\n\n". $matches[2] ."\n\n");
        case 'a':
            return $this->_build_link_list($matches[3], $matches[4]);
            // Remove spaces in URL (#1487805)
            $url = str_replace(' ', '', $matches[3]);
            return $this->_build_link_list($url, $matches[4]);
        }
    }
    /**
     *  Strtoupper multibyte wrapper function
     *