mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +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);
|
$this->_retvalue = $this->compiler->processNocacheCode(htmlspecialchars('%>', ENT_QUOTES), false);
|
||||||
}elseif ($this->sec_obj->php_handling == SMARTY_PHP_ALLOW) {
|
}elseif ($this->sec_obj->php_handling == SMARTY_PHP_ALLOW) {
|
||||||
if ($this->asp_tags) {
|
if ($this->asp_tags) {
|
||||||
$this->_retvalue = $this->compiler->processNocacheCode('<%', true);
|
$this->_retvalue = $this->compiler->processNocacheCode('%>', true);
|
||||||
} else {
|
} else {
|
||||||
$this->_retvalue = '%<?php ?>>';
|
$this->_retvalue = '%<?php ?>>';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user