]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_vcard.tpl
Normalize field_*.tpl formatting
[friendica.git] / view / theme / frio / templates / profile_vcard.tpl
index 392adc1c484435248b30fb31a6ace2823aa0f721..462fb356775eea68eea3ac5bf21ce9161d17d7d5 100644 (file)
@@ -76,7 +76,7 @@
                <div class="location detail">
                        <span class="location-label icon"><i class="fa fa-map-marker"></i></span>
                        <span class="adr">
-                               {{if $profile.address}}<span class="street-address p-street-address">{{$profile.address}}</span>{{/if}}
+                               {{if $profile.address}}<span class="street-address p-street-address">{{$profile.address nofilter}}</span>{{/if}}
                                <span class="city-state-zip">
                                        <span class="locality p-locality">{{$profile.locality}}</span>{{if $profile.locality}}, {{/if}}
                                        <span class="region p-region">{{$profile.region}}</span>
                </div>
                {{/if}}
 
-               {{if $about}}<dl class="about"  style="display:none;"><dt class="about-label">{{$about}}</dt><dd class="x-network">{{$profile.about}}</dd></dl>{{/if}}
+               {{if $about}}<dl class="about"  style="display:none;"><dt class="about-label">{{$about}}</dt><dd class="x-network">{{$profile.about nofilter}}</dd></dl>{{/if}}
 
                {{include file="diaspora_vcard.tpl"}}
        </div>
 
 {{if $contact_block}}
 <div class="widget" id="widget-contacts">
-       {{$contact_block}}
+       {{$contact_block nofilter}}
 </div>
 {{/if}}