Unescape tags
This commit is contained in:
parent
f31ca8a818
commit
bd356a4149
7 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue