File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/nu/validator/htmlparser/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1289,7 +1289,7 @@ private void addAttributeWithoutValue() throws SAXException {
1289
1289
// [NOCPP[
1290
1290
if (metaBoundaryPassed && AttributeName .CHARSET == attributeName
1291
1291
&& ElementName .META == tagName ) {
1292
- err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 512 bytes." );
1292
+ err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 1024 bytes." );
1293
1293
}
1294
1294
// ]NOCPP]
1295
1295
if (attributeName != null ) {
@@ -1337,7 +1337,7 @@ private void addAttributeWithValue() throws SAXException {
1337
1337
// [NOCPP[
1338
1338
if (metaBoundaryPassed && ElementName .META == tagName
1339
1339
&& AttributeName .CHARSET == attributeName ) {
1340
- err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 512 bytes." );
1340
+ err ("A \u201C charset\u201D attribute on a \u201C meta\u201D element found after the first 1024 bytes." );
1341
1341
}
1342
1342
// ]NOCPP]
1343
1343
if (attributeName != null ) {
You can’t perform that action at this time.
0 commit comments