aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/xrd_person.tpl
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 /view/tpl/xrd_person.tpl
parentc5cff7d6377bc193a07fb9476490f71f59c7e19a (diff)
downloadvolse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.tar.gz
volse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.tar.bz2
volse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.zip
missing space in nav tpl
Diffstat (limited to 'view/tpl/xrd_person.tpl')
-rwxr-xr-xview/tpl/xrd_person.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl
index 225892d70..52adb54e3 100755
--- a/view/tpl/xrd_person.tpl
+++ b/view/tpl/xrd_person.tpl
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
- <Subject>{{$accturi}}</Subject>
+ <Subject>{{$subject}}</Subject>
{{if $aliases}}{{foreach $aliases as $a}}
<Alias>{{$a}}</Alias>
{{/foreach}}{{/if}}