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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user