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

git-svn-id: svn://10.0.0.236/trunk@66570 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com 2000-04-20 22:31:14 +00:00
parent ea53a928d3
commit 60d2734d63
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:

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: