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 @@ -2585,7 +2585,7 @@ public final void startTag(ElementName elementName,
2585
2585
errFooSeenWhenFooOpen (name );
2586
2586
break starttagloop ;
2587
2587
default :
2588
- errBadStartTagInHead (name );
2588
+ errBadStartTagInNoscriptInHead (name );
2589
2589
pop ();
2590
2590
mode = IN_HEAD ;
2591
2591
continue ;
@@ -6585,12 +6585,12 @@ private void errStartTagWithSelectOpen(@Local String name)
6585
6585
+ "\u201D start tag with \u201C select\u201D open." );
6586
6586
}
6587
6587
6588
- private void errBadStartTagInHead (@ Local String name ) throws SAXException {
6588
+ private void errBadStartTagInNoscriptInHead (@ Local String name ) throws SAXException {
6589
6589
if (errorHandler == null ) {
6590
6590
return ;
6591
6591
}
6592
6592
errNoCheck ("Bad start tag in \u201C " + name
6593
- + "\u201D in \u201C head\u201D ." );
6593
+ + "\u201D in \u201C noscript \u201D in \ u201C head\u201D ." );
6594
6594
}
6595
6595
6596
6596
private void errImage () throws SAXException {
You can’t perform that action at this time.
0 commit comments