]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/templates/profile_vcard.tpl
Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile
[friendica.git] / view / theme / duepuntozero / templates / profile_vcard.tpl
index 186b7e44900e5d6e1951fc5767558a12dc66100c..a7d0a0bc5adc13443c4fbc8d98782493385733d2 100644 (file)
@@ -10,7 +10,7 @@
 
        {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
 
-       {{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}}
+       {{if $profile.network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_link nofilter}}</dd></dl>{{/if}}
 
        {{if $location}}
                <dl class="location"><dt class="location-label">{{$location}}</dt> 
@@ -56,6 +56,6 @@
        </div>
 </div>
 
-{{$contact_block}}
+{{$contact_block nofilter}}