]> 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 c86add3273de2d6dd1269593c5dec46fcd853b40..644121cadd082b13b1935f7aadc917a1bf11096f 100644 (file)
@@ -32,7 +32,7 @@
                                                {{if $poll_enabled}}
                                                        <li><div id="contact-edit-last-update-text">{{$lastupdtext}} <span id="contact-edit-last-updated">{{$last_update}}</span></div>
                                                        {{if $poll_interval}}
-                                                               <span id="contact-edit-poll-text">{{$updpub}}</span> {{$poll_interval}}
+                                                               <span id="contact-edit-poll-text">{{$updpub}}</span> {{$poll_interval nofilter}}
                                                        {{/if}}
                                                        </li>
                                                {{/if}}
@@ -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}}
@@ -95,7 +95,7 @@
                                        <h4>{{$lbl_vis1}}</h4>
                                        <p>{{$lbl_vis2}}</p> 
                                        </div>
-                                       {{$profile_select}}
+                                       {{$profile_select nofilter}}
                                        <div id="contact-edit-profile-select-end"></div>
                                {{/if}}
                        </div>