From 7be2c1fded2c8992014c2d4d92f3edba82b4aa29 Mon Sep 17 00:00:00 2001 From: "uwe.tews@googlemail.com" Date: Mon, 11 Jun 2012 18:14:41 +0000 Subject: [PATCH] - bugfix the patch for Topic 21856 did break tabs between tag attributes (Forum Topic 22124) --- change_log.txt | 2 ++ libs/sysplugins/smarty_internal_templateparser.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index 74143a70..71d78516 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,6 @@ ===== trunk ===== +- bugfix the patch for Topic 21856 did break tabs between tag attributes (Forum Topic 22124) + ===== Smarty-3.1.10 ===== 09.06.2012 - bugfix the compiler did ignore registered compiler plugins for closing tags (Forum Topic 22094) diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index 3d2e4f05..ed20e823 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/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"