File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/nu/validator/htmlparser/impl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2415,7 +2415,7 @@ public final void startTag(ElementName elementName,
2415
2415
errFooSeenWhenFooOpen (name );
2416
2416
break starttagloop ;
2417
2417
default :
2418
- errBadStartTagInHead (name );
2418
+ errBadStartTagInNoscriptInHead (name );
2419
2419
pop ();
2420
2420
mode = IN_HEAD ;
2421
2421
continue ;
@@ -6338,12 +6338,12 @@ private void errStartTagWithSelectOpen(@Local String name)
6338
6338
+ "\u201D start tag with \u201C select\u201D open." );
6339
6339
}
6340
6340
6341
- private void errBadStartTagInHead (@ Local String name ) throws SAXException {
6341
+ private void errBadStartTagInNoscriptInHead (@ Local String name ) throws SAXException {
6342
6342
if (errorHandler == null ) {
6343
6343
return ;
6344
6344
}
6345
6345
errNoCheck ("Bad start tag in \u201C " + name
6346
- + "\u201D in \u201C head\u201D ." );
6346
+ + "\u201D in \u201C noscript \u201D in \ u201C head\u201D ." );
6347
6347
}
6348
6348
6349
6349
private void errImage () throws SAXException {
You can’t perform that action at this time.
0 commit comments