- Fixed wrong function call in original commit to FR #39771.

This commit is contained in:
Gustavo André dos Santos Lopes 2011-01-18 19:56:09 +00:00
parent 163b3bcec9
commit f455f85e6c

View File

@ -2318,7 +2318,7 @@ PHP_FUNCTION(dom_document_save_html)
RETURN_FALSE;
}
xmlNodeDump(buf, docp, node, 0, format);
htmlNodeDumpFormatOutput(buf, docp, node, 0, format);
mem = (xmlChar*) xmlBufferContent(buf);
if (!mem) {
RETVAL_FALSE;