mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
Small update to fix for bug #5525. Approval for checkin: chofmann.
This commit is contained in:
parent
209e5e101e
commit
b025153c86
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user