mirror of
https://github.com/smarty-php/smarty.git
synced 2025-09-25 20:00:54 +02:00
fix minor typo
This commit is contained in:
committed by
GitHub
parent
4b29dfce11
commit
38b5ac72fa
@@ -2252,7 +2252,7 @@ class Smarty_Internal_Templateparser
|
|||||||
-$this->compiler->getRdelLength()));
|
-$this->compiler->getRdelLength()));
|
||||||
if ($tag == 'strip') {
|
if ($tag == 'strip') {
|
||||||
$this->strip = true;
|
$this->strip = true;
|
||||||
$this->_retvalue = null;;
|
$this->_retvalue = null;
|
||||||
} else {
|
} else {
|
||||||
if (defined($tag)) {
|
if (defined($tag)) {
|
||||||
if ($this->security) {
|
if ($this->security) {
|
||||||
|
Reference in New Issue
Block a user