diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-28 16:45:48 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-28 16:45:48 -0700 |
commit | 34c4775916f824755b4545f8d6f0ec2b8a653a88 (patch) | |
tree | d981dff52496a5e9c097d8179866b3075678ce94 /view/tpl | |
parent | c5cff7d6377bc193a07fb9476490f71f59c7e19a (diff) | |
download | volse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.tar.gz volse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.tar.bz2 volse-hubzilla-34c4775916f824755b4545f8d6f0ec2b8a653a88.zip |
missing space in nav tpl
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/xrd_person.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 4719e1b17..e1ee07935 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -83,7 +83,7 @@ </a> <div id="nav-network-menu" class="dropdown-menu" rel="network"> <a class="dropdown-item" id="nav-network-see-all" href="{{$nav.network.all.0}}">{{$nav.network.all.1}}</a> - <a class="dropdown-item" id="nav-network-mark-all"href="#" onclick="markRead('network'); return false;">{{$nav.network.mark.1}}</a> + <a class="dropdown-item" id="nav-network-mark-all" href="#" onclick="markRead('network'); return false;">{{$nav.network.mark.1}}</a> {{$emptynotifications}} </div> </li> 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}} |