mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs
BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs Improvement of regression scripts, make testall should look clean Released as 1.7.4
This commit is contained in:
@ -250,7 +250,7 @@ htmlDocContentDump(xmlBufferPtr buf, xmlDocPtr cur) {
|
||||
if (cur->intSubset != NULL)
|
||||
htmlDtdDump(buf, cur);
|
||||
if (cur->root != NULL) {
|
||||
htmlNodeDump(buf, cur, cur->root);
|
||||
htmlNodeListDump(buf, cur, cur->root);
|
||||
}
|
||||
xmlBufferWriteChar(buf, "\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user