Backing out previous change -- it didn't do as much as I'd hoped

This commit is contained in:
akkana%netscape.com 1999-11-11 22:45:32 +00:00
Родитель 1c3a38512c
Коммит f7ee0a5e97
2 изменённых файлов: 2 добавлений и 6 удалений

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

@ -944,9 +944,7 @@ nsHTMLToTXTSinkStream::AddToLine(const nsString &linefragment)
// Wrap?
if(mWrapColumn &&
((mFlags & nsIDocumentEncoder::OutputFormatted) ||
(mFlags & nsIDocumentEncoder::OutputWrap)) &&
(mCurrentLine[0] != '>'
|| (mFlags & nsIDocumentEncoder::OutputFormatFlowed)))
(mFlags & nsIDocumentEncoder::OutputWrap)))
{
// Yes, wrap!
// The "+4" is to avoid wrap lines that only should be a couple

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

@ -944,9 +944,7 @@ nsHTMLToTXTSinkStream::AddToLine(const nsString &linefragment)
// Wrap?
if(mWrapColumn &&
((mFlags & nsIDocumentEncoder::OutputFormatted) ||
(mFlags & nsIDocumentEncoder::OutputWrap)) &&
(mCurrentLine[0] != '>'
|| (mFlags & nsIDocumentEncoder::OutputFormatFlowed)))
(mFlags & nsIDocumentEncoder::OutputWrap)))
{
// Yes, wrap!
// The "+4" is to avoid wrap lines that only should be a couple