diff options
author | Friendika <info@friendika.com> | 2011-11-01 19:16:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-01 19:16:33 -0700 |
commit | 3d9a9614e232a3ff207803be1092b1d42bcadde6 (patch) | |
tree | af9ba51b8cefc4246a2627ec2e94b940c6531aa4 /view/profile_vcard.tpl | |
parent | 0975ea86101281befec9258d58e28c88d7b8ae4d (diff) | |
download | volse-hubzilla-3d9a9614e232a3ff207803be1092b1d42bcadde6.tar.gz volse-hubzilla-3d9a9614e232a3ff207803be1092b1d42bcadde6.tar.bz2 volse-hubzilla-3d9a9614e232a3ff207803be1092b1d42bcadde6.zip |
common friends
Diffstat (limited to 'view/profile_vcard.tpl')
-rw-r--r-- | view/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index d65b65784..c78eb9b7f 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -21,7 +21,7 @@ {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} - <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name"></div> + <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name" /></div> |