Home > Article > CMS Tutorial > phpcms content page title cannot be displayed
1. Modify the modules/content/fields/title/output.inc.php file and change the second line to:
$value = htmlspecialchars($value, null, 'gb2312');
2. Update Whole-site cache;
3. Regenerate all content pages.
Recommended related articles and tutorials: phpcms tutorial
The above is the detailed content of phpcms content page title cannot be displayed. For more information, please follow other related articles on the PHP Chinese website!