diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-15 01:39:38 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-15 01:39:38 -0700 |
commit | 63a1d8d0db8cf1f5e21f5e43dfce1c046aded14b (patch) | |
tree | 6d606ff8ee54e8198e6914a8abbff6ae31efb487 /view/tpl | |
parent | 93f5cc1e609611d030c3e0480291ac6f70d22487 (diff) | |
download | volse-hubzilla-63a1d8d0db8cf1f5e21f5e43dfce1c046aded14b.tar.gz volse-hubzilla-63a1d8d0db8cf1f5e21f5e43dfce1c046aded14b.tar.bz2 volse-hubzilla-63a1d8d0db8cf1f5e21f5e43dfce1c046aded14b.zip |
make sure we've got a doc type
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/xrd_host.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/xrd_host.tpl b/view/tpl/xrd_host.tpl index 57f383788..2a40dcf47 100755 --- a/view/tpl/xrd_host.tpl +++ b/view/tpl/xrd_host.tpl @@ -4,7 +4,7 @@ <hm:Host>{{$zhost}}</hm:Host> - <Link rel='lrdd' template='{{$zroot}}/xrd/?uri={uri}' /> + <Link rel='lrdd' type="application/xrd+xml" template='{{$zroot}}/xrd/?uri={uri}' /> <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" href="{{$zroot}}/oexchange/xrd" /> |