thomascube
2008-06-07 350459486d421675cb63ebdedf5b7d0cf3ceeb99
program/lib/washtml.php
@@ -187,8 +187,6 @@
    //Charset seems to be ignored (probably if defined in the HTML document)
    $node = new DOMDocument('1.0', $config['charset']);
    $full = true;
    if (function_exists('mb_convert_encoding'))
      $html = mb_convert_encoding($html, 'HTML-ENTITIES', $config['charset']);
    @$node->loadHTML($html);
    return self::dumpHtml($node, $config, $full);
  }