Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/20/2019 03:06:18 PM (6 years ago)
Author:
boonebgorges
Message:

Improve character escaping in Messages AJAX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/crop.php

    r12156 r12338  
    1212<script id="tmpl-bp-avatar-item" type="text/html">
    1313    <div id="avatar-to-crop">
    14         <img src="{{data.url}}"/>
     14        <img src="{{{data.url}}}"/>
    1515    </div>
    1616    <div class="avatar-crop-management">
    1717        <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"/>
    1919        </div>
    2020        <div id="avatar-crop-actions">
Note: See TracChangeset for help on using the changeset viewer.