aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-01-30 18:34:44 -0800
committerzotlabs <mike@macgirvin.com>2019-01-30 18:34:44 -0800
commita56bc0e1e03aa6b369cf33fc4f4af49c55f3a276 (patch)
tree7b056227c860c3023532d80181e6c7a526bb0bd7 /view
parent519db2aacef0a0a4f107cd4d829993ed51771159 (diff)
parente64c5661da564426fa597e665451112177719aca (diff)
downloadvolse-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')
-rwxr-xr-xview/tpl/remote_friends_common.tpl3
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>
-