File tree Expand file tree Collapse file tree
src/nu/validator/htmlparser/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1287,7 +1287,7 @@ private void addAttributeWithoutValue() throws SAXException {
12871287 // [NOCPP[
12881288 if (metaBoundaryPassed && AttributeName .CHARSET == attributeName
12891289 && ElementName .META == tagName ) {
1290- err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 512 bytes." );
1290+ err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 1024 bytes." );
12911291 }
12921292 // ]NOCPP]
12931293 if (attributeName != null ) {
@@ -1335,7 +1335,7 @@ private void addAttributeWithValue() throws SAXException {
13351335 // [NOCPP[
13361336 if (metaBoundaryPassed && ElementName .META == tagName
13371337 && AttributeName .CHARSET == attributeName ) {
1338- err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 512 bytes." );
1338+ err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 1024 bytes." );
13391339 }
13401340 // ]NOCPP]
13411341 if (attributeName != null ) {
You can’t perform that action at this time.
0 commit comments