http://screencast.com/t/tWyFO7KuPHC
The problem is that html2text('') == '\n\n' and the if statement added in [#5203] made this so no more projects are be affected.
html2text('') == '\n\n'
if
https://sourceforge.net/p/mumble/patches/
missed one spot on my prior commit. Fixed on db/5224
Log in to post a comment.
The problem is that
html2text('') == '\n\n'
and theif
statement added in [#5203] made this so no more projects are be affected.https://sourceforge.net/p/mumble/patches/
missed one spot on my prior commit. Fixed on db/5224