mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-8355 Elements tab: header tags should be placed on a new line
This commit is contained in:
@@ -119,7 +119,7 @@ public class HtmlUtil {
|
||||
"body", "object", "applet", "ins", "del", "dd", "li", "button", "th", "td", "iframe", "comment", "nobr"
|
||||
};
|
||||
|
||||
// flow elements are block or inline, so they shuld not close <p> for example
|
||||
// flow elements are block or inline, so they should not close <p> for example
|
||||
@NonNls private static final String[] POSSIBLY_INLINE_TAGS =
|
||||
{"a", "abbr", "acronym", "applet", "b", "basefont", "bdo", "big", "br", "button",
|
||||
"cite", "code", "del", "dfn", "em", "font", "i", "iframe", "img", "input", "ins",
|
||||
|
||||
Reference in New Issue
Block a user