diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-18 16:58:20 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-18 16:58:20 +0200 |
commit | ee1641393550eea9200f792707070e024879d466 (patch) | |
tree | ee9e19d380cdf4fee74d4b7c1fa323098c72b93b /view/xrd_host.tpl | |
parent | 62dbfffe399333cd4a792cc77256a2bcd689a14f (diff) | |
parent | 741a262f1b2d5c8f911896da32e80d543afb5cd1 (diff) | |
download | volse-hubzilla-ee1641393550eea9200f792707070e024879d466.tar.gz volse-hubzilla-ee1641393550eea9200f792707070e024879d466.tar.bz2 volse-hubzilla-ee1641393550eea9200f792707070e024879d466.zip |
Merge remote-tracking branch 'friendika-master/master'
Diffstat (limited to 'view/xrd_host.tpl')
-rw-r--r-- | view/xrd_host.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/xrd_host.tpl b/view/xrd_host.tpl index f843df31e..c6184e306 100644 --- a/view/xrd_host.tpl +++ b/view/xrd_host.tpl @@ -4,9 +4,9 @@ <hm:Host>$domain</hm:Host> - <Link rel='lrdd' template='http://$domain/xrd/?uri={uri}' /> - <Link rel='acct-mgmt' href='http://$domain/amcd' /> - <Link rel='http://services.mozilla.com/amcd/0.1' href='http://$domain/amcd' /> + <Link rel='lrdd' template='$domain/xrd/?uri={uri}' /> + <Link rel='acct-mgmt' href='$domain/amcd' /> + <Link rel='http://services.mozilla.com/amcd/0.1' href='$domain/amcd' /> <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" - href="http://$domain/oexchange/xrd" /> + href="$domain/oexchange/xrd" /> </XRD> |