Aleksander Machniak
2012-05-28 2d7b4ff03fc5a4ee4705698d96ad377b5f81a65c
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]);