![]() |
5.21 Edit Templates Issue(FIXED) It seems that when you edit templates, whenever you update the template, it seems to exponentially add \ (hash marks) before every '. If you edit a template several times, you will wind up with something like this: Code: Content visible to verified customers only. |
In adm-misc.php find this 3 times $body = (ini_get("magic_quotes_gpc")) ? addslashes(stripslashes(trim($body))) : addslashes(trim($body)); replace with this $body = (ini_get("magic_quotes_gpc")) ? stripslashes($body) : $body; |
| All times are GMT -5. The time now is 11:27 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0