зеркало из https://github.com/mozilla/gecko-dev.git
Backing out previous change -- it didn't do as much as I'd hoped
This commit is contained in:
Родитель
1c3a38512c
Коммит
f7ee0a5e97
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче