mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed wrong function call in original commit to FR #39771.
This commit is contained in:
parent
163b3bcec9
commit
f455f85e6c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue