1
0
Fork 0

Unescape yet more values with a focus on the vier theme

This commit is contained in:
Hypolite Petovan 2018-12-14 20:42:24 -05:00
commit e1b3bcc77d
61 changed files with 82 additions and 85 deletions

View file

@ -31,7 +31,7 @@
<span onclick="openClose('wall-item-photo-menu-{{$item.id}}');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-{{$item.id}}">menu</span>
<div class="wall-item-photo-menu" id="wall-item-photo-menu-{{$item.id}}">
<ul>
{{$item.item_photo_menu}}
{{$item.item_photo_menu nofilter}}
</ul>
</div>
@ -111,7 +111,7 @@
<div class="wall-item-wrapper-end"></div>
{{if $item.responses}}
{{foreach $item.responses as $verb=>$response}}
<div class="wall-item-{{$verb}} {{$item.indent}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output}}</div>
<div class="wall-item-{{$verb}} {{$item.indent}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output nofilter}}</div>
{{/foreach}}
{{/if}}
{{if $item.threaded}}