Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]dysfictional[/eluser]
Just upgraded this morning and there is a minor issue with the news module escaping html on the body section (in pyrocms/application/modules/news/views/admin/preview.php and pyrocms/application/modules/news/views/view.php) which can be fixed by changing
Code:
<?=htmlentities(stripslashes($article->body), ENT_COMPAT,'UTF-8');?>
to
Code:
<?=stripslashes($article->body);?>


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 08-15-2009, 12:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB