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 @@ -2585,7 +2585,7 @@ public final void startTag(ElementName elementName,
25852585 errFooSeenWhenFooOpen (name );
25862586 break starttagloop ;
25872587 default :
2588- errBadStartTagInHead (name );
2588+ errBadStartTagInNoscriptInHead (name );
25892589 pop ();
25902590 mode = IN_HEAD ;
25912591 continue ;
@@ -6585,12 +6585,12 @@ private void errStartTagWithSelectOpen(@Local String name)
65856585 + "\u201D start tag with \u201C select\u201D open." );
65866586 }
65876587
6588- private void errBadStartTagInHead (@ Local String name ) throws SAXException {
6588+ private void errBadStartTagInNoscriptInHead (@ Local String name ) throws SAXException {
65896589 if (errorHandler == null ) {
65906590 return ;
65916591 }
65926592 errNoCheck ("Bad start tag in \u201C " + name
6593- + "\u201D in \u201C head\u201D ." );
6593+ + "\u201D in \u201C noscript \u201D in \ u201C head\u201D ." );
65946594 }
65956595
65966596 private void errImage () throws SAXException {
You can’t perform that action at this time.
0 commit comments