зеркало из https://github.com/mozilla/pjs.git
36809: got the space wrong in the previous checkin. r=BenB
This commit is contained in:
Родитель
ce1ea48ebd
Коммит
8fbc53f6ea
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче