]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/templates/profile_vcard.tpl
Merge pull request #6199 from MrPetovan/task/move-config-to-php-array
[friendica.git] / view / theme / duepuntozero / templates / profile_vcard.tpl
index 505cf560e326e26d1a165aa741bead4f7771498a..31afc71fea646d9c34ac0e96eee766384a201a57 100644 (file)
@@ -3,7 +3,7 @@
 
        <div class="fn label p-name">{{$profile.name|escape}}</div>
        
-       {{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
+       {{if $profile.addr}}<div class="p-addr">{{$profile.addr|escape}}</div>{{/if}}
        
        {{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
        <div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name|escape}}"></div>