]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_vcard.tpl
Avoid escaping relevant template variables
[friendica.git] / view / theme / frio / templates / profile_vcard.tpl
index 1c01be398f9013e3a00efa15ad91b52fdbafe6dc..0649f8a551bc03056a4850037b142af95bf2bd8c 100644 (file)
 
 {{if $contact_block}}
 <div class="widget" id="widget-contacts">
-       {{$contact_block}}
+       {{$contact_block nofilter}}
 </div>
 {{/if}}