Font issue after upgrade to 3.0.1.9

Report bugs and workarounds
User avatar
pdwalker
Posts: 1553
Joined: 18 Mar 2015 09:16

Re: Font issue after upgrade to 3.0.1.9

Post 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.
Ramas
Posts: 9
Joined: 25 Apr 2016 20:16

Re: Font issue after upgrade to 3.0.1.9

Post by Ramas »

Thanks for your great work.
I read your monolog in MailWatch github ;)
Thanks for suggested fix, tried - it works.

---
Ramas
User avatar
shawniverson
Posts: 3650
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Font issue after upgrade to 3.0.1.9

Post by shawniverson »

Post Reply