mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
embed moved out of custom html tags
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user