+4
-4
lines changedFilter options
+4
-4
lines changed Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
56
56
"eof-in-attribute-name":
57
57
_("Unexpected end of file in attribute name."),
58
58
"invalid-character-in-attribute-name":
59
-
_("Invalid chracter in attribute name"),
59
+
_("Invalid character in attribute name"),
60
60
"duplicate-attribute":
61
61
_("Dropped duplicate attribute on tag."),
62
62
"expected-end-of-tag-name-but-got-eof":
@@ -81,7 +81,7 @@
81
81
_("Unexpected end of file in attribute value."),
82
82
"unexpected-EOF-after-solidus-in-tag":
83
83
_("Unexpected end of file in tag. Expected >"),
84
-
"unexpected-character-after-soldius-in-tag":
84
+
"unexpected-character-after-solidus-in-tag":
85
85
_("Unexpected character after / in tag. Expected >"),
86
86
"expected-dashes-or-doctype":
87
87
_("Expected '--' or 'DOCTYPE'. Not found."),
@@ -236,7 +236,7 @@
236
236
_("Unexpected end tag token (%(name)s)"
237
237
" in the after body phase."),
238
238
"unexpected-char-in-frameset":
239
-
_("Unepxected characters in the frameset phase. Characters ignored."),
239
+
_("Unexpected characters in the frameset phase. Characters ignored."),
240
240
"unexpected-start-tag-in-frameset":
241
241
_("Unexpected start tag token (%(name)s)"
242
242
" in the frameset phase. Ignored."),
Original file line number Diff line number Diff line change
@@ -1097,7 +1097,7 @@ def selfClosingStartTagState(self):
1097
1097
self.state = self.dataState
1098
1098
else:
1099
1099
self.tokenQueue.append({"type": tokenTypes["ParseError"], "data":
1100
-
"unexpected-character-after-soldius-in-tag"})
1100
+
"unexpected-character-after-solidus-in-tag"})
1101
1101
self.stream.unget(data)
1102
1102
self.state = self.beforeAttributeNameState
1103
1103
return True
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4