bug #337, call template_unescape() only at the end of template processing
This commit is contained in:
@@ -20,7 +20,7 @@ function replace_macros($s,$r) {
|
||||
|
||||
//$a = get_app();
|
||||
//$a->page['debug'] .= "$tt <br>\n";
|
||||
return $r;
|
||||
return template_unescape($r);
|
||||
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user