Reindent. re #55

这个提交存在于:
Sébastien Lucas 2013-04-09 21:30:33 +02:00
父节点 893855a81d
当前提交 16c85418c0

查看文件

@ -68,6 +68,7 @@ function are_libxml_errors_ok ()
function html2xhtml ($html) {
$doc = new DOMDocument();
libxml_use_internal_errors(true);
$doc->loadHTML('<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body>' .
$html . '</body></html>'); // Load the HTML
$output = $doc->saveXML($doc->documentElement); // Transform to an Ansi xml stream