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 8433716 commit f475aa6Copy full SHA for f475aa6
src/nu/validator/htmlparser/impl/TreeBuilder.java
@@ -6450,7 +6450,7 @@ public int getTemplateModeStackLength() {
6450
* @throws SAXException
6451
*/
6452
private void errDeepTree() throws SAXException {
6453
- 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.");
6454
}
6455
6456
/**
0 commit comments