Skip to content

Commit b2b2c42

Browse files
committed
Rewrite for video
1 parent 650e7f4 commit b2b2c42

2 files changed

Lines changed: 36 additions & 7 deletions

File tree

.idea/workspace.xml

Lines changed: 35 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parser.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6706,8 +6706,7 @@ xmlParseElementDecl(xmlParserCtxtPtr ctxt) {
67066706

67076707
SKIP(9);
67086708
if (!IS_BLANK_CH(CUR)) {
6709-
xmlFatalErrMsg(ctxt, XML_ERR_SPACE_REQUIRED,
6710-
"Space required after 'ELEMENT'\n");
6709+
xmlFatalErrMsg(ctxt, XML_ERR_SPACE_REQUIRED, "Space required after 'ELEMENT'\n");
67116710
}
67126711
SKIP_BLANKS;
67136712
name = xmlParseName(ctxt);

0 commit comments

Comments
 (0)