Fix post location escaping

This commit is contained in:
Hypolite Petovan 2018-12-21 00:06:37 -05:00
commit 2776b1443b
12 changed files with 15 additions and 15 deletions

View file

@ -56,7 +56,7 @@
</a>
</div>
{{/if}}
<div class="wall-item-location">{{$item.location}}</div>
<div class="wall-item-location">{{$item.location nofilter}}</div>
</div>
<div class="wall-item-content">
{{if $item.title}}<h2><a href="{{$item.plink.href}}" class="{{$item.sparkle}} p-name">{{$item.title}}</a></h2>{{/if}}