Fixed embed/flush-text bug #312433

git-svn-id: svn://10.0.0.236/trunk@7503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-08-07 01:50:12 +00:00
parent 141943b382
commit a817acde89
2 changed files with 2 additions and 0 deletions

View File

@@ -1304,6 +1304,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
ProcessTEXTAREATag(&leaf, aNode);
break;
case eHTMLTag_embed:
FlushText();
rv = ProcessEMBEDTag(&leaf, aNode);
break;
}

View File

@@ -1304,6 +1304,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
ProcessTEXTAREATag(&leaf, aNode);
break;
case eHTMLTag_embed:
FlushText();
rv = ProcessEMBEDTag(&leaf, aNode);
break;
}