Some more stuff to unescape
This commit is contained in:
parent
be6031aa1b
commit
f31ca8a818
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
</div>
|
||||
|
||||
<div id="profile-listing-profiles">
|
||||
{{$profiles}}
|
||||
{{$profiles nofilter}}
|
||||
</div>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div class="section-content-wrapper">
|
||||
<div id="profile-listing-profiles" class="profile-listing-table">
|
||||
{{$profiles}}
|
||||
{{$profiles nofilter}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue