From 38b5ac72fa373a74d8c4a0f80bb4fd321268cd2d Mon Sep 17 00:00:00 2001 From: Vadim Kuragkovskiy Date: Fri, 7 Feb 2020 18:56:25 +0200 Subject: [PATCH] fix minor typo --- libs/sysplugins/smarty_internal_templateparser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index a26e7a14..80f9b884 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -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) {