mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
html: Add newline to error message
This commit is contained in:
@@ -420,7 +420,7 @@ invalid:
|
||||
/* Only report the first error */
|
||||
if ((ctxt->input->flags & XML_INPUT_ENCODING_ERROR) == 0) {
|
||||
htmlParseErr(ctxt, XML_ERR_INVALID_ENCODING,
|
||||
"Invalid bytes in character encoding", NULL, NULL);
|
||||
"Invalid bytes in character encoding\n", NULL, NULL);
|
||||
ctxt->input->flags |= XML_INPUT_ENCODING_ERROR;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user