From b3c7358f6f84fd310644238cdd5cda207d43656d Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 13 Jun 2012 16:21:18 +0200 Subject: [PATCH] non-release fix #4625 - include failed, if tabs are used to separate attributes --- .../Smarty/libs/sysplugins/smarty_internal_templateparser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled-libs/Smarty/libs/sysplugins/smarty_internal_templateparser.php b/bundled-libs/Smarty/libs/sysplugins/smarty_internal_templateparser.php index 3d2e4f05..ed20e823 100644 --- a/bundled-libs/Smarty/libs/sysplugins/smarty_internal_templateparser.php +++ b/bundled-libs/Smarty/libs/sysplugins/smarty_internal_templateparser.php @@ -2544,7 +2544,7 @@ static public $yy_action = array( #line 2540 "smarty_internal_templateparser.php" #line 503 "smarty_internal_templateparser.y" function yy_r66(){ - $this->_retvalue = array(trim($this->yystack[$this->yyidx + -1]->minor," =\n\r")=>$this->yystack[$this->yyidx + 0]->minor); + $this->_retvalue = array(trim($this->yystack[$this->yyidx + -1]->minor," =\n\r\t")=>$this->yystack[$this->yyidx + 0]->minor); } #line 2545 "smarty_internal_templateparser.php" #line 511 "smarty_internal_templateparser.y"