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.