mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
@@ -2973,7 +2973,7 @@ htmlCharDataSAXCallback(htmlParserCtxtPtr ctxt, const xmlChar *buf,
|
||||
|
||||
if ((mode == 0) &&
|
||||
(!ctxt->keepBlanks) &&
|
||||
(areBlanks(ctxt, buf, size))) {
|
||||
(areBlanks(ctxt, buf, size) > 0)) {
|
||||
if (ctxt->sax->ignorableWhitespace != NULL)
|
||||
ctxt->sax->ignorableWhitespace(ctxt->userData, buf, size);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user