fatal error: smarty error:syntax error: unrecognized tag
求助,代码如下,模板文件login.tpl中,
一直报错:“fatal error: smarty error: [in login.tpl line 93]: syntax error: unrecognized tag: document.getelementbyidx_x(code).src = 'create_code.php?'+math.random()*10000; (smarty_compiler.class.php, line 446) in i:\masterphp\vtigercrm\smarty\libs\smarty.class.php on line 1095
”
求各位大神指导!!!
------解决方案--------------------
smarty 的 tpl 里面 要直接写 javascript 或 style 要用 literal 标签 包起来
例:
html code{literal}{/literal}