mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
typo fix from Michael Day Daniel
* HTMLparser.c: typo fix from Michael Day Daniel
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* HTMLparser.c: typo fix from Michael Day
|
||||||
|
|
||||||
Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
|
Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
|
||||||
|
|
||||||
* tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
|
* tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
|
||||||
|
@@ -2678,7 +2678,7 @@ htmlParseScript(htmlParserCtxtPtr ctxt) {
|
|||||||
break; /* while */
|
break; /* while */
|
||||||
} else {
|
} else {
|
||||||
htmlParseErr(ctxt, XML_ERR_TAG_NAME_MISMATCH,
|
htmlParseErr(ctxt, XML_ERR_TAG_NAME_MISMATCH,
|
||||||
"Element %s embbeds close tag\n",
|
"Element %s embeds close tag\n",
|
||||||
ctxt->name, NULL);
|
ctxt->name, NULL);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user