]> git.mxchange.org Git - friendica.git/commitdiff
Some more stuff to unescape
authorMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 05:26:29 +0000 (05:26 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 05:26:29 +0000 (05:26 +0000)
view/templates/nav.tpl
view/templates/profile_entry.tpl
view/templates/profile_listing_header.tpl
view/theme/duepuntozero/templates/nav.tpl
view/theme/frio/templates/profile_listing_header.tpl

index 3c71fa938a2b1cab944b65d9ca9f6fcd965693dc..17a60113ca2e6bbbd33a32c957c4d2ed39d7c848 100644 (file)
@@ -63,7 +63,7 @@
        {{if $nav.contacts}}<a id="nav-contacts-link" class="nav-link {{$nav.contacts.2}}" href="{{$nav.contacts.0}}" title="{{$nav.contacts.3}}" >{{$nav.contacts.1}}</a>{{/if}}
        </span>
        <span id="nav-end"></span>
-       <span id="banner">{{$banner}}</span>
+       <span id="banner">{{$banner nofilter}}</span>
 </nav>
 
 <ul id="nav-notifications-template" style="display:none;" rel="template">
index 69b39b9b334c0b096071a01cb2638caa016316fc..e7c3a31dda686b60128ebf11229fdbd45f5fb78f 100644 (file)
@@ -7,6 +7,6 @@
        <div class="profile-listing-name" id="profile-listing-name-{{$id}}">
                <a href="profiles/{{$id}}" class="profile-listing-edit-link" >{{$profile_name}}</a>
        </div>
-       <div class="profile-listing-visible">{{$visible}}</div>
+       <div class="profile-listing-visible">{{$visible nofilter}}</div>
 </div>
 <div class="profile-listing-end"></div>
index 88514c554aae5731531263832d3dac9a1f7797f4..65f38f3a649bc97804b2d4440a205cb79c8fa7d8 100644 (file)
@@ -10,5 +10,5 @@
 </div>
 
 <div id="profile-listing-profiles">
-       {{$profiles}}
+       {{$profiles nofilter}}
 </div>
index fcab9dbdeae0f8f5836dc0bb8c41058ba724cfcf..aac7aaeb24ada5407d232207bc3d7912e23ea9e2 100644 (file)
@@ -65,7 +65,7 @@
        {{if $nav.manage}}<a id="nav-manage-link" class="nav-link {{$nav.manage.2}} {{$sel.manage}}" href="{{$nav.manage.0}}" title="{{$nav.manage.3}}">{{$nav.manage.1}}</a>{{/if}}
        </span>
        <span id="nav-end"></span>
-       <span id="banner">{{$banner}}</span>
+       <span id="banner">{{$banner nofilter}}</span>
 </nav>
 
 <ul id="nav-notifications-template" style="display:none;" rel="template">
index 1e6ae0dbf9c0e0e9349ae861ca25422092fbf78e..3419c410493c396612d4ddc10af607258ff912c1 100644 (file)
@@ -10,7 +10,7 @@
 
        <div class="section-content-wrapper">
                <div id="profile-listing-profiles" class="profile-listing-table">
-                       {{$profiles}}
+                       {{$profiles nofilter}}
                </div>
        </div>
 </div>