bug #337, call template_unescape() only at the end of template processing

This commit is contained in:
friendica
2012-03-17 18:15:36 -07:00
parent 94fac6d767
commit 67fd539f53
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ function replace_macros($s,$r) {
//$a = get_app();
//$a->page['debug'] .= "$tt <br>\n";
return $r;
return template_unescape($r);
}}