Active
Project:
HTML2Text
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
17 Jan 2011 at 21:17 UTC
Updated:
6 Jan 2020 at 14:13 UTC
Hi -- thanks for this great module!
I noticed that you replace newlines with "", rather than a space. This causes trouble for me, because often the last word in a line doesn't have a space after it. When the newline gets zapped, this word now butts up against the first word on the next line.
For now, I've changed "" to " " on line 153 of html2txt.module. Having an extra space seems better than losing a space. But there's probably a better way to do this.
Thanks again.