aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Xrd.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-28 16:45:48 -0700
committerzotlabs <mike@macgirvin.com>2017-06-28 16:45:48 -0700
commit34c4775916f824755b4545f8d6f0ec2b8a653a88 (patch)
treed981dff52496a5e9c097d8179866b3075678ce94 /Zotlabs/Module/Xrd.php
parentc5cff7d6377bc193a07fb9476490f71f59c7e19a (diff)
downloadvolse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.tar.gz
volse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.tar.bz2
volse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.zip
missing space in nav tpl
Diffstat (limited to 'Zotlabs/Module/Xrd.php')
-rw-r--r--Zotlabs/Module/Xrd.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Xrd.php b/Zotlabs/Module/Xrd.php
index 17c0faa78..9630e9ab4 100644
--- a/Zotlabs/Module/Xrd.php
+++ b/Zotlabs/Module/Xrd.php
@@ -9,6 +9,7 @@ class Xrd extends \Zotlabs\Web\Controller {
function init() {
$uri = urldecode(notags(trim($_GET['uri'])));
+ $subject = $uri;
logger('xrd: ' . $uri,LOGGER_DEBUG);
$resource = $uri;
@@ -47,6 +48,7 @@ class Xrd extends \Zotlabs\Web\Controller {
$o = replace_macros(get_markup_template('xrd_person.tpl'), array(
'$nick' => $r[0]['channel_address'],
'$accturi' => $resource,
+ '$subject' => $subject,
'$aliases' => $aliases,
'$profile_url' => z_root() . '/channel/' . $r[0]['channel_address'],
'$hcard_url' => z_root() . '/hcard/' . $r[0]['channel_address'],