1
0
Fork 0

Unescape tags

This commit is contained in:
Michael 2018-12-21 06:15:22 +00:00
commit bd356a4149
7 changed files with 9 additions and 9 deletions

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>