Page 2 of 2

Re: Font issue after upgrade to 3.0.1.9

Posted: 04 May 2017 09:41
by pdwalker
Ok,

I've changed my mind slightly. I don't think I can call it an actual mailwatch bug. The full explanation is at the above "bug" report link.

The solution? Edit your viewmail.php file and change following line

Code: Select all

$v = htmlentities($v);
to

Code: Select all

$v = htmlentities($v,ENT_NOQUOTES,"utf-8"));
It's around line 139.

Otherwise, don't worry about it. It's really a minor problem.

Re: Font issue after upgrade to 3.0.1.9

Posted: 04 May 2017 12:29
by Ramas
Thanks for your great work.
I read your monolog in MailWatch github ;)
Thanks for suggested fix, tried - it works.

---
Ramas

Re: Font issue after upgrade to 3.0.1.9

Posted: 13 May 2017 14:41
by shawniverson