How to fix Prestashop Fatal error: Uncaught --> Smarty Compiler?

How to fix Prestashop Fatal error: Uncaught --> Smarty Compiler?

Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/sites/riversoft.com.mk/public_html/admin397ebpwvj/themes/default/template/header.tpl" on line 256 "headers: {"cache-control": "no-cache"}," - Unexpected ": ", expected one of: "}" <-- thrown in /home/sites/riversoft.com.mk/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 256

在 /home/sites/riversoft.com.mk/public_html/admin397ebpwvj/themes/default/template/header.tpl 中删除 headers: {"cache-control": "no-cache"} 或将其包含在 {literal} 中,如下所示:

{literal}headers: {"cache-control": "no-cache"}{/literal}