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()));
|
||||
if ($tag == 'strip') {
|
||||
$this->strip = true;
|
||||
$this->_retvalue = null;;
|
||||
$this->_retvalue = null;
|
||||
} else {
|
||||
if (defined($tag)) {
|
||||
if ($this->security) {
|
||||
|
Reference in New Issue
Block a user