mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- bugfix the patch for Topic 21856 did break multiline tags (Forum Topic 22124)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
===== trunk =====
|
===== trunk =====
|
||||||
09.06.2012
|
09.06.2012
|
||||||
- bugfix the compiler did ignore registered compiler plugins for closing tags (Forum Topic 22094)
|
- bugfix the compiler did ignore registered compiler plugins for closing tags (Forum Topic 22094)
|
||||||
|
- bugfix the patch for Topic 21856 did break multiline tags (Forum Topic 22124)
|
||||||
|
|
||||||
===== Smarty-3.1.9 =====
|
===== Smarty-3.1.9 =====
|
||||||
07.06.2012
|
07.06.2012
|
||||||
|
@@ -2544,7 +2544,7 @@ static public $yy_action = array(
|
|||||||
#line 2540 "smarty_internal_templateparser.php"
|
#line 2540 "smarty_internal_templateparser.php"
|
||||||
#line 503 "smarty_internal_templateparser.y"
|
#line 503 "smarty_internal_templateparser.y"
|
||||||
function yy_r66(){
|
function yy_r66(){
|
||||||
$this->_retvalue = array(trim($this->yystack[$this->yyidx + -1]->minor,' =')=>$this->yystack[$this->yyidx + 0]->minor);
|
$this->_retvalue = array(trim($this->yystack[$this->yyidx + -1]->minor," =\n\r")=>$this->yystack[$this->yyidx + 0]->minor);
|
||||||
}
|
}
|
||||||
#line 2545 "smarty_internal_templateparser.php"
|
#line 2545 "smarty_internal_templateparser.php"
|
||||||
#line 511 "smarty_internal_templateparser.y"
|
#line 511 "smarty_internal_templateparser.y"
|
||||||
|
Reference in New Issue
Block a user