Some more stuff to unescape

This commit is contained in:
Michael 2018-12-21 05:26:29 +00:00
parent be6031aa1b
commit f31ca8a818
5 changed files with 5 additions and 5 deletions

View 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">

View 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>

View File

@ -10,5 +10,5 @@
</div>
<div id="profile-listing-profiles">
{{$profiles}}
{{$profiles nofilter}}
</div>

View 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">

View 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>