mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix test
This commit is contained in:
@@ -403,7 +403,7 @@ public class HtmlUtil {
|
||||
}
|
||||
|
||||
public static boolean isHtmlTag(@NotNull XmlTag tag) {
|
||||
if (tag.getLanguage() == XHTMLLanguage.INSTANCE) return false;
|
||||
if (tag.getLanguage() != HTMLLanguage.INSTANCE) return false;
|
||||
|
||||
XmlDocument doc = PsiTreeUtil.getParentOfType(tag, XmlDocument.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user