Pasted text from beginning of line always appends a newline

bug 75283 patch=tmutreja@netscape.com r=akkana sr=jst
This commit is contained in:
badami%netscape.com 2002-02-18 12:29:02 +00:00
Родитель 51537449df
Коммит ed88a44738
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -836,7 +836,7 @@ nsPlainTextSerializer::DoCloseContainer(PRInt32 aTag)
// This is hard. Sometimes 0 is a better number, but
// how to know?
EnsureVerticalSpace((mFlags & nsIDocumentEncoder::OutputFormatted)
? 1 : 0);
? mEmptyLines + 1 : mEmptyLines);
}
//////////////////////////////////////////////////////////////