You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The node after whitespace is not an HTML node (comment)...
342
342
debug('Node after whitespace is not an HTML comment');
343
-
msg='Missing section closing comment. Section closing tag should be followed by <!-- /.'+sectionStack[sectionStack.length-1].className+' --> comment.';
343
+
msg='Missing section closing comment. Section closing tag should be followed by <!-- /.'+sectionStack[sectionStack.length-1].className+' --> comment.';
344
344
errCode='missing-section-comment';
345
345
reportErr(file,node,msg,errCode);
346
346
}
347
347
}else{
348
348
// There's not enough nodes after the section closing tag...
349
349
debug('Not enough nodes after section end');
350
-
msg='Missing section closing comment. Section closing tag should be followed by <!-- /.'+sectionStack[sectionStack.length-1].className+' --> comment on a separate line.';
350
+
msg='Missing section closing comment. Section closing tag should be followed by <!-- /.'+sectionStack[sectionStack.length-1].className+' --> comment on a separate line.';
0 commit comments