]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/profile_vcard.tpl
Escaping the address field
[friendica.git] / view / theme / vier / templates / profile_vcard.tpl
index 6ba3119caa7cf3ad32a522f13731f31c74d4e535..1733969aa885b89d41664fac8dc23f731805c58e 100644 (file)
@@ -13,7 +13,7 @@
                {{/if}}
        </div>
 
-       {{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
+       {{if $profile.addr}}<div class="p-addr">{{$profile.addr|escaped}}</div>{{/if}}
 
        {{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}