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 @@ -1287,7 +1287,7 @@ private void addAttributeWithoutValue() throws SAXException {
1287
1287
// [NOCPP[
1288
1288
if (metaBoundaryPassed && AttributeName .CHARSET == attributeName
1289
1289
&& 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." );
1291
1291
}
1292
1292
// ]NOCPP]
1293
1293
if (attributeName != null ) {
@@ -1335,7 +1335,7 @@ private void addAttributeWithValue() throws SAXException {
1335
1335
// [NOCPP[
1336
1336
if (metaBoundaryPassed && ElementName .META == tagName
1337
1337
&& 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." );
1339
1339
}
1340
1340
// ]NOCPP]
1341
1341
if (attributeName != null ) {
You can’t perform that action at this time.
0 commit comments