diff options
author | friendica <info@friendica.com> | 2012-04-06 05:12:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-06 05:12:18 -0700 |
commit | 533e215a9636888675fc89f92eb9d556db180f1e (patch) | |
tree | a046210406b8bfc78748e403b252941133ee9123 /view/theme/diabook/profile_vcard.tpl | |
parent | 13dfb4012894c3bd724f12d75f4de7c1cce9529a (diff) | |
parent | 9cff2e36cffc5b7d1096c1710396bbce16bd3375 (diff) | |
download | volse-hubzilla-533e215a9636888675fc89f92eb9d556db180f1e.tar.gz volse-hubzilla-533e215a9636888675fc89f92eb9d556db180f1e.tar.bz2 volse-hubzilla-533e215a9636888675fc89f92eb9d556db180f1e.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook/profile_vcard.tpl')
-rw-r--r-- | view/theme/diabook/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/profile_vcard.tpl b/view/theme/diabook/profile_vcard.tpl index e28ec2909..b982a2069 100644 --- a/view/theme/diabook/profile_vcard.tpl +++ b/view/theme/diabook/profile_vcard.tpl @@ -22,7 +22,7 @@ - <div id="profile-photo-wrapper"><img class="photo" width="155" height="155" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> + <div id="profile-photo-wrapper"><img class="photo" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} |