X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftemplate_processor.php;h=4c317efe1fd466975545dd3a4ac64bfa344f23b5;hb=86d8d3f4426677517074ec1b72aba9ea42eb6f64;hp=93bf391c5f0a431213dbce2150b8463e3e094856;hpb=939c8d3c8d3dce18e136d9ddff5fb93f064c61c3;p=friendica.git diff --git a/include/template_processor.php b/include/template_processor.php index 93bf391c5f..4c317efe1f 100755 --- a/include/template_processor.php +++ b/include/template_processor.php @@ -203,7 +203,7 @@ $os=$s; $count++; $s = $this->var_replace($s); } - return template_unescape($s); + return $s; } }