From 4c0e124c22ddd261809d6aa9760c09bbe5af3e89 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Tue, 17 Mar 2015 03:40:01 +0100 Subject: [PATCH] - bugfix {block}{/block} tags did not work inside double quoted strings issues #18 --- change_log.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/change_log.txt b/change_log.txt index 212f7e60..46f9165c 100644 --- a/change_log.txt +++ b/change_log.txt @@ -2,6 +2,8 @@ 16.03.2015 - bugfix problems with {function}{/function} and {call} tags in different subtemplate cache files {forum topic 25452} - bugfix Smarty_Security->allow_constants=false; did not disallow direct usage of defined constants like {SMARTY_DIR} {forum topic 25457} + - bugfix {block}{/block} tags did not work inside double quoted strings https://github.com/smarty-php/smarty/issues/18 + 15.03.2015 - bugfix $smarty->compile_check must be restored before rendering of a just updated cache file {forum 25452}