diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-08 12:07:43 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-08 12:07:43 +0100 |
commit | 5bf49dabc673dbb0180d16ea81435ecac874e5a3 (patch) | |
tree | 1c0ec7591a2e18097202a51564746e68c27a6744 /view | |
parent | 488d5b871407d5be6e4c38692aa7134a1a0e9899 (diff) | |
parent | 480dac1af2dd5ed5ba3105577559568237fe5d80 (diff) | |
download | volse-hubzilla-5bf49dabc673dbb0180d16ea81435ecac874e5a3.tar.gz volse-hubzilla-5bf49dabc673dbb0180d16ea81435ecac874e5a3.tar.bz2 volse-hubzilla-5bf49dabc673dbb0180d16ea81435ecac874e5a3.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index cae920c5d..2964d9c4b 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -16,7 +16,7 @@ {{/if}} <div class="fn">{{$profile.name}}{{if $profile.online}} <i class="icon-asterisk online-now" title="{{$profile.online}}"></i>{{/if}}</div> - + {{if $reddress}}<div class="reddress" oncopy="return false;">{{$profile.reddress}}</div>{{/if}} {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}} <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div> |