We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f61c94 commit 3f48926Copy full SHA for 3f48926
src/nu/validator/htmlparser/impl/TreeBuilder.java
@@ -6203,7 +6203,7 @@ public int getTemplateModeStackLength() {
6203
* @throws SAXException
6204
*/
6205
private void errDeepTree() throws SAXException {
6206
- err("The document tree is more than 513 elements deep, which causes Firefox and Chrome flatten the tree.");
+ err("The document tree is more than 513 elements deep, which causes Firefox and Chrome to flatten the tree.");
6207
}
6208
6209
/**
0 commit comments