Fix for bug 68087. Don't generate a blank line after a <div>. R= akkana, SR=jst, A=asa

git-svn-id: svn://10.0.0.236/trunk@115988 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com
2002-03-06 22:33:33 +00:00
parent da4f50af96
commit 792f53e71f

View File

@@ -843,6 +843,7 @@ nsPlainTextSerializer::DoCloseContainer(PRInt32 aTag)
else if (IsBlockLevel(aTag)
&& type != eHTMLTag_blockquote
&& type != eHTMLTag_div
&& type != eHTMLTag_script
&& type != eHTMLTag_doctypeDecl
&& type != eHTMLTag_markupDecl) {