]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/contact_edit.tpl
wrong intend
[friendica.git] / view / theme / vier / templates / contact_edit.tpl
index 21f75ac94658b6d43468f80b0aaece385d70d51a..a01fac9ee4f9fdcee0c6160e173832620950b42b 100644 (file)
@@ -2,7 +2,7 @@
 <div id="contact-edit-wrapper" >
 
        {{* Insert Tab-Nav *}}
-       {{$tab_str}}
+       {{$tab_str nofilter}}
 
 
        <div id="contact-edit-nav-wrapper" >
@@ -33,7 +33,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}}
 
                                {{* 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}}</dd></dl>{{/if}}
+                               {{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about nofilter}}</dd></dl>{{/if}}
                        </div>{{* End of contact-edit-links *}}
 
                        <div id="contact-edit-links-end"></div>
                                        <h4>{{$lbl_vis1}}</h4>
                                        <p>{{$lbl_vis2}}</p> 
                                        </div>
-                                       {{$profile_select}}
+                                       {{$profile_select nofilter}}
                                        <div id="contact-edit-profile-select-end"></div>
                                {{/if}}
                        </div>
-                       <input class="contact-edit-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
+                       <input class="contact-edit-submit" type="submit" name="submit" value="{{$submit}}" />
                        {{/if}}
 
                        <div class="contact-edit-submit-end clearfix"></div>