diff options
author | Friendika <info@friendika.com> | 2011-09-28 15:07:01 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-28 15:07:01 -0700 |
commit | bedb4eb7150f8ccc48121a9512e9f591b27572a8 (patch) | |
tree | 7d9fcd6957e046350f9a051af851e2f452413c55 /view/xrd_host.tpl | |
parent | a1786cbf61a3ea6ff15ebcc578e7ad9800814391 (diff) | |
download | volse-hubzilla-bedb4eb7150f8ccc48121a9512e9f591b27572a8.tar.gz volse-hubzilla-bedb4eb7150f8ccc48121a9512e9f591b27572a8.tar.bz2 volse-hubzilla-bedb4eb7150f8ccc48121a9512e9f591b27572a8.zip |
just hostname not url in hm:host - host xrd document
Diffstat (limited to 'view/xrd_host.tpl')
-rw-r--r-- | view/xrd_host.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/xrd_host.tpl b/view/xrd_host.tpl index ee34c1e46..dbb20256f 100644 --- a/view/xrd_host.tpl +++ b/view/xrd_host.tpl @@ -2,7 +2,7 @@ <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0' xmlns:hm='http://host-meta.net/xrd/1.0'> - <hm:Host>$zroot</hm:Host> + <hm:Host>$zhost</hm:Host> <Link rel='lrdd' template='$domain/xrd/?uri={uri}' /> <Link rel='acct-mgmt' href='$domain/amcd' /> |