mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
This commit is contained in:
@@ -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 = '%<?php ?>>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user