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: *