embed moved out of custom html tags

This commit is contained in:
unknown
2009-10-08 19:35:57 +04:00
parent a527990d89
commit 09ab1dfd8d
@@ -44,7 +44,7 @@ public class HtmlUnknownTagInspection extends HtmlLocalInspectionTool {
@NonNls public static final String TAG_SHORT_NAME = "HtmlUnknownTag";
public HtmlUnknownTagInspection() {
this("embed,nobr,noembed,comment,script");
this("nobr,noembed,comment,noscript");
}
protected HtmlUnknownTagInspection(@NonNls @NotNull final String defaultValues) {