Small update to fix for bug #5525. Approval for checkin: chofmann.

This commit is contained in:
kostello%netscape.com 1999-05-03 20:16:14 +00:00
parent 209e5e101e
commit b025153c86
2 changed files with 2 additions and 2 deletions

View File

@ -685,7 +685,7 @@ nsHTMLToTXTSinkStream::AddLeaf(const nsIParserNode& aNode){
else if (type == eHTMLTag_br)
{
nsString temp("\n");
Write(text);
Write(temp);
mColPos++;
}
else if (type == eHTMLTag_newline)

View File

@ -685,7 +685,7 @@ nsHTMLToTXTSinkStream::AddLeaf(const nsIParserNode& aNode){
else if (type == eHTMLTag_br)
{
nsString temp("\n");
Write(text);
Write(temp);
mColPos++;
}
else if (type == eHTMLTag_newline)