36809: got the space wrong in the previous checkin. r=BenB

git-svn-id: svn://10.0.0.236/trunk@77960 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2000-09-01 23:37:46 +00:00
parent 100dab2e8d
commit 2b24b73667
2 changed files with 2 additions and 2 deletions

View File

@@ -1001,7 +1001,7 @@ nsHTMLToTXTSinkStream::AddLeaf(const nsIParserNode& aNode)
temp.AppendWithConversion(" ["); // Should we output chars at all here?
desc.StripChars("\"");
temp += desc;
temp.AppendWithConversion("]");
temp.AppendWithConversion("] ");
}
// If the alt attribute has an empty value (|alt=""|), output nothing
}