From 5a974e69cf2ac7db8e9117975cc19afde995fe17 Mon Sep 17 00:00:00 2001 From: "Uwe.Tews" Date: Sun, 20 Jun 2010 21:16:18 +0000 Subject: [PATCH] --- libs/sysplugins/smarty_internal_templateparser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '%>'; }