diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 51e3a4028..323658463 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -17,9 +17,7 @@ {{ endif }} <div class="fn label">$profile.name</div> - - - + {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name"></div> |