Emoticons can't be copied as originally drawn

bug 57098 patch=tmutreja@netscape.com r=ben.bucksch@beonex.com sr=jst
This commit is contained in:
badami%netscape.com 2002-02-18 10:25:43 +00:00
Родитель 36953a1e69
Коммит 15749e2366
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1019,10 +1019,8 @@ nsPlainTextSerializer::DoAddLeaf(PRInt32 aTag,
nsAutoString desc, temp;
if (NS_SUCCEEDED(GetAttributeValue(nsHTMLAtoms::alt, desc))) {
if (!desc.IsEmpty()) {
temp.Append(NS_LITERAL_STRING(" [")); // Should we output chars at all here?
desc.StripChars("\"");
temp += desc;
temp.Append(NS_LITERAL_STRING("] "));
}
// If the alt attribute has an empty value (|alt=""|), output nothing
}