Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ebdd8b

Browse files
sigmundchgsnedders
authored andcommitted
Fix arguments order in error message
1 parentbf7da77 commit3ebdd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎html5lib/html5parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ def endTagBody(self, token):
13271327
# Not sure this is the correct name for the parse error
13281328
self.parser.parseError(
13291329
"expected-one-end-tag-but-got-another",
1330-
{"expectedName":"body","gotName":node.name})
1330+
{"gotName":"body","expectedName":node.name})
13311331
break
13321332
self.parser.phase=self.parser.phases["afterBody"]
13331333

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp