1
0
Fork 0

Fix template escaping in photo gallery view

This commit is contained in:
Hypolite Petovan 2018-12-23 10:51:18 -05:00
commit b1e85ba605
4 changed files with 20 additions and 20 deletions

View file

@ -22,17 +22,17 @@
{{/if}}
{{if $tags.2}}<div id="tag-remove"><a href="{{$tags.2}}">{{$tags.3}}</a></div>{{/if}}
{{if $edit}}{{$edit}}{{/if}}
{{if $edit}}{{$edit nofilter}}{{/if}}
{{if $likebuttons}}
<div id="photo-like-div">
{{$likebuttons}}
{{$like}}
{{$dislike}}
{{$likebuttons nofilter}}
{{$like nofilter}}
{{$dislike nofilter}}
</div>
{{/if}}
{{$comments}}
{{$comments nofilter}}
{{$paginate nofilter}}