]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/contact_edit.tpl
Replacing quotes around new directory link
[friendica.git] / view / templates / contact_edit.tpl
index 5e60b36afce69dd9c2c4d110b54b83213baedbbb..e7856128a58357704e5c81a953d74724ea8512f0 100644 (file)
@@ -54,6 +54,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 $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}}</dd></dl>{{/if}}
                        </div>{{* End of contact-edit-links *}}