]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/contact_edit.tpl
Merge pull request #6490 from tobiasd/20190122-adminfedstat
[friendica.git] / view / templates / contact_edit.tpl
index 6f63dde2b6ce768dd8c08aea8be3847f8e3f5083..644121cadd082b13b1935f7aadc917a1bf11096f 100644 (file)
@@ -53,7 +53,7 @@
 
                                {{* Some information about the contact from the profile *}}
                                <dl><dt>{{$profileurllabel}}</dt><dd><a target="blank" href="{{$url}}">{{$profileurl}}</a></dd></dl>
-                               {{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}}
+                               {{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location nofilter}}</dd></dl>{{/if}}
                                {{if $xmpp}}<dl><dt>{{$xmpp_label}}</dt><dd>{{$xmpp}}</dd></dl>{{/if}}
                                {{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}}
                                {{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about nofilter}}</dd></dl>{{/if}}