diff options
author | zotlabs <mike@macgirvin.com> | 2019-01-30 18:34:44 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-01-30 18:34:44 -0800 |
commit | a56bc0e1e03aa6b369cf33fc4f4af49c55f3a276 (patch) | |
tree | 7b056227c860c3023532d80181e6c7a526bb0bd7 /view/tpl | |
parent | 519db2aacef0a0a4f107cd4d829993ed51771159 (diff) | |
parent | e64c5661da564426fa597e665451112177719aca (diff) | |
download | volse-hubzilla-a56bc0e1e03aa6b369cf33fc4f4af49c55f3a276.tar.gz volse-hubzilla-a56bc0e1e03aa6b369cf33fc4f4af49c55f3a276.tar.bz2 volse-hubzilla-a56bc0e1e03aa6b369cf33fc4f4af49c55f3a276.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/remote_friends_common.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/remote_friends_common.tpl b/view/tpl/remote_friends_common.tpl index efc0ab49a..6ef3a7dde 100755 --- a/view/tpl/remote_friends_common.tpl +++ b/view/tpl/remote_friends_common.tpl @@ -7,10 +7,9 @@ <div class="contact-block-content"> {{foreach $items as $item}} <div class="contact-block-div"> - <a class="contact-block-link mpfriend" href="{{$base}}/chanview?f=&url={{$item.xchan_url}}"><img class="contact-block-img mpfriend" src="{{$item.xchan_photo_s}}"alt="{{$item.xchan_name}}" title="{{$item.xchan_name}} [{{$item.xchan_addr}}]" /></a> + <a class="contact-block-link mpfriend" href="{{$base}}/chanview?f=&url={{$item.xchan_url}}"><img class="contact-block-img mpfriend" src="{{$item.xchan_photo_s}}" alt="{{$item.xchan_name}}" title="{{$item.xchan_name}} [{{$item.xchan_addr}}]" /></a> </div> {{/foreach}} </div> {{/if}} </div> - |