Re: Font issue after upgrade to 3.0.1.9
Posted: 04 May 2017 09:41
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
to
It's around line 139.
Otherwise, don't worry about it. It's really a minor problem.
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);
Code: Select all
$v = htmlentities($v,ENT_NOQUOTES,"utf-8"));
Otherwise, don't worry about it. It's really a minor problem.