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
parent d0fa7f74c5
commit e1b3bcc77d
61 changed files with 82 additions and 85 deletions

View file

@ -69,11 +69,11 @@
<div style="display: none;">
<div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
{{$acl}}
{{$acl nofilter}}
<hr style="clear:both"/>
<div id="profile-jot-email-label">{{$emailcc}}</div><input type="text" name="emailcc" id="profile-jot-email" title="{{$emtitle}}" />
<div id="profile-jot-email-end"></div>
{{$jotnets}}
{{$jotnets nofilter}}
</div>
</div>

View file

@ -10,7 +10,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>
</div>

View file

@ -27,7 +27,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>