diff options
author | Mario <mario@mariovavti.com> | 2020-10-23 06:52:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-23 06:52:18 +0000 |
commit | 69d627a58bee8eb9922fd68211982d12c1f7cb75 (patch) | |
tree | ebe8c0fe95d4287b8ea7487481344dd295e6ec92 /view/tpl/connection_template.tpl | |
parent | c1f36802a14c027b580a79ef5e6b85f08a4a918f (diff) | |
parent | 2772c335635aa5248a4509e0976432707b3e716e (diff) | |
download | volse-hubzilla-69d627a58bee8eb9922fd68211982d12c1f7cb75.tar.gz volse-hubzilla-69d627a58bee8eb9922fd68211982d12c1f7cb75.tar.bz2 volse-hubzilla-69d627a58bee8eb9922fd68211982d12c1f7cb75.zip |
Merge branch 'dev' into 5.0RC
Diffstat (limited to 'view/tpl/connection_template.tpl')
-rwxr-xr-x | view/tpl/connection_template.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index f9b46b41e..86a230c7f 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -22,7 +22,7 @@ <div class="section-content-tools-wrapper"> <div class="contact-photo-wrapper" > <a href="{{$contact.url}}" title="{{$contact.img_hover}}" > - <img class="directory-photo-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" /> + <img class="directory-photo-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" loading="lazy" /> </a> {{include "connstatus.tpl" perminfo=$contact.perminfo}} </div> |