Merge pull request #6286 from annando/fix-about

Some more stuff to unescape
This commit is contained in:
Hypolite Petovan 2018-12-21 01:21:56 -05:00 committed by GitHub
commit 5019bcb5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 14 additions and 14 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

@ -54,7 +54,7 @@
<div class="body-tag">
{{if !$item.suppress_tags}}
{{foreach $item.tags as $tag}}
<span class="tag">{{$tag}}</span>
<span class="tag">{{$tag nofilter}}</span>
{{/foreach}}
{{/if}}
</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>

View File

@ -18,7 +18,7 @@
</div>
<div class="wall-item-tags">
{{foreach $tags as $tag}}
<span class='tag'>{{$tag}}</span>
<span class='tag'>{{$tag nofilter}}</span>
{{/foreach}}
</div>
</div>

View File

@ -32,7 +32,7 @@
<div class="wall-item-tags">
{{if !$item.suppress_tags}}
{{foreach $item.tags as $tag}}
<span class="tag">{{$tag}}</span>
<span class="tag">{{$tag nofilter}}</span>
{{/foreach}}
{{/if}}
</div>

View File

@ -69,10 +69,10 @@
<div class="wall-item-tags">
{{if !$item.suppress_tags}}
{{foreach $item.hashtags as $tag}}
<span class="tag">{{$tag}}</span>
<span class="tag">{{$tag nofilter}}</span>
{{/foreach}}
{{foreach $item.mentions as $tag}}
<span class="mention">{{$tag}}</span>
<span class="mention">{{$tag nofilter}}</span>
{{/foreach}}
{{foreach $item.folders as $cat}}
<span class="folder p-category">{{$cat.name}}</a>{{if $cat.removeurl}} (<a href="{{$cat.removeurl}}" title="{{$remove}}">x</a>) {{/if}} </span>

View File

@ -24,7 +24,7 @@
</div>
<div class="wall-item-tags">
{{foreach $tags as $tag}}
<span class='tag'>{{$tag}}</span>
<span class='tag'>{{$tag nofilter}}</span>
{{/foreach}}
</div>

View File

@ -39,7 +39,7 @@
<div class="wall-item-tags">
{{if !$item.suppress_tags}}
{{foreach $item.tags as $tag}}
<span class="tag">{{$tag}}</span>
<span class="tag">{{$tag nofilter}}</span>
{{/foreach}}
{{/if}}
</div>

View File

@ -75,10 +75,10 @@
<div class="wall-item-tags">
{{if !$item.suppress_tags}}
{{foreach $item.hashtags as $tag}}
<span class="tag">{{$tag}}</span>
<span class="tag">{{$tag nofilter}}</span>
{{/foreach}}
{{foreach $item.mentions as $tag}}
<span class="mention">{{$tag}}</span>
<span class="mention">{{$tag nofilter}}</span>
{{/foreach}}
{{/if}}
{{foreach $item.folders as $cat}}