diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index 51f05045..2527920e 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -2145,7 +2145,7 @@ static public $yy_action = array( $this->_retvalue = $this->compiler->processNocacheCode(htmlspecialchars('%>', ENT_QUOTES), false); }elseif ($this->sec_obj->php_handling == SMARTY_PHP_ALLOW) { if ($this->asp_tags) { - $this->_retvalue = $this->compiler->processNocacheCode('<%', true); + $this->_retvalue = $this->compiler->processNocacheCode('%>', true); } else { $this->_retvalue = '%>'; }