From 2ba21fd1e14d965b695aedf8bbc9a84411382c65 Mon Sep 17 00:00:00 2001 From: messju Date: Fri, 18 Apr 2003 10:03:09 +0000 Subject: [PATCH] fixed bug with passing $smarty as reference in Smarty.compiler.class quoted "" in comment to dis-annoy syntax-highlighting of a certain editor --- NEWS | 1 + libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 9 ++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 94db98e5..672157a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ + - fixed bug with passing $smarty as reference in Smarty.compiler.class (messju) - corrected output with {strip} and PHP tag newlines (Monte) - added possibility to register function-callbacks as "array(&$obj, 'method)" this affects register_function(), -block, -compiler_function, -modifier, diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index d7e94b35..14ebe7c8 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -186,7 +186,7 @@ class Smarty var $cache_modified_check = false; /** - * This determines how Smarty handles tags in templates. + * This determines how Smarty handles "" tags in templates. * possible values: *