aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-18 07:19:20 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-18 07:19:20 +0100
commit751e4181e5e875b9f9850700a3687774e4c53ab3 (patch)
tree87fd3a12a95ceb9aaa696e9968664a272d27799b /include/text.php
parent5fd03583a4f5d8bf0964c7881cbf7a8891513587 (diff)
parent4bb280bc2f7068f0c1199e9f8119e25278aa3bcb (diff)
downloadvolse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.tar.gz
volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.tar.bz2
volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index cdf82ca87..89acbf9fa 100644
--- a/include/text.php
+++ b/include/text.php
@@ -20,7 +20,7 @@ function replace_macros($s,$r) {
//$a = get_app();
//$a->page['debug'] .= "$tt <br>\n";
- return $r;
+ return template_unescape($r);
}}