When I use HTML in certain areas of whmcs admin (e.g. downloads description, product description, mail in payment instructions) and others, it displays as the raw HTML code on the front end, instead of actual format.
For example if I enter this as a download description
Windows utility for manipulating archives. Formats 7z, ZIP, GZIP, BZIP2 and TAR archives.
<br />
(Windows x64) (11/18/2010) Version: 9.20
<br />
<a href="http://www.7-zip.org/" target="_blank" rel="external nofollow" class="new-win">http://www.7-zip.org/</a>
Instead of actual line breaks and links, on the downloads.php page it prints out the raw html as above. This wasn't always the case. I have product descriptions that I haven't edited in a long time (several whmcs versions back) and the html is parsing as expected.
Is there anything I can do to fix this?
whmcs version 5.3.10, php 5.4.32, mysql 5.5.37
Thank you.