19137: <u> wasn't in the list of inline tags.

This commit is contained in:
akkana@netscape.com
2000-04-20 22:31:14 +00:00
parent b4eff5b831
commit b42867224a
2 changed files with 2 additions and 0 deletions

View File

@@ -2796,6 +2796,7 @@ static PRBool IsInline(eHTMLTags aTag)
case eHTMLTag_td:
case eHTMLTag_textarea:
case eHTMLTag_tt:
case eHTMLTag_u:
case eHTMLTag_var:
case eHTMLTag_wbr: