]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/profile_vcard.tpl
Decode function is now there as well.
[friendica.git] / view / templates / profile_vcard.tpl
index 1b4e6a6eeeea3dd5cb7d894402ff85983c2c9452..0a3a13f9dc633ece2959c9f64518bdd9acb22635 100644 (file)
@@ -5,7 +5,7 @@
        
        {{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
        
-       {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
+       {{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
 
        {{if $profile.picdate}}
                <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>