Changeset 12338 for trunk/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/crop.php
- Timestamp:
- 02/20/2019 03:06:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/crop.php
r12156 r12338 12 12 <script id="tmpl-bp-avatar-item" type="text/html"> 13 13 <div id="avatar-to-crop"> 14 <img src="{{ data.url}}"/>14 <img src="{{{data.url}}}"/> 15 15 </div> 16 16 <div class="avatar-crop-management"> 17 17 <div id="avatar-crop-pane" class="avatar" style="width:{{data.full_w}}px; height:{{data.full_h}}px"> 18 <img src="{{ data.url}}" id="avatar-crop-preview"/>18 <img src="{{{data.url}}}" id="avatar-crop-preview"/> 19 19 </div> 20 20 <div id="avatar-crop-actions">
Note: See TracChangeset
for help on using the changeset viewer.