WEB-8355 Elements tab: header tags should be placed on a new line

This commit is contained in:
Vladimir Krivosheev
2013-07-02 16:46:29 +02:00
parent 612e89ba77
commit ef73def181
@@ -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",