]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
Merge pull request #6204 from annando/escaping
[friendica.git] / mod / hostxrd.php
index ec8b2cb3574066fbdcb202354a5b5015d0456e6c..93a9d833c9626426826b4b983789f2f0fae9845b 100644 (file)
@@ -22,7 +22,7 @@ function hostxrd_init(App $a)
                Config::set('system','site_pubkey', $res['pubkey']);
        }
 
-       $tpl = get_markup_template('xrd_host.tpl');
+       $tpl = Renderer::getMarkupTemplate('xrd_host.tpl');
        echo Renderer::replaceMacros($tpl, [
                '$zhost' => $a->getHostName(),
                '$zroot' => System::baseUrl(),