mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-17 14:35:19 +02:00
- fixed typo in template parser
This commit is contained in:
@@ -2299,7 +2299,7 @@ static public $yy_action = array(
|
||||
if ($this->strip) {
|
||||
$this->_retvalue = new _smarty_text($this, preg_replace('![\t ]*[\r\n]+[\t ]*!', '', self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor)));
|
||||
} else {
|
||||
$this->_retvalue = new _smarty_text($this, self::escape_start_tag(<EFBFBD>));
|
||||
$this->_retvalue = new _smarty_text($this, self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor));
|
||||
}
|
||||
}
|
||||
#line 2301 "smarty_internal_templateparser.php"
|
||||
|
Reference in New Issue
Block a user