Backing out previous change -- it didn't do as much as I'd hoped
git-svn-id: svn://10.0.0.236/trunk@53273 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user