Skip to:
Content

BuddyPress.org


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

Improve character escaping in Messages AJAX.

File:
1 edited

Legend:

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

    r12082 r12338  
    1515<script id="tmpl-bp-avatar-item" type="text/html">
    1616    <div id="avatar-to-crop">
    17         <img src="{{data.url}}"/>
     17        <img src="{{{data.url}}}"/>
    1818    </div>
    1919    <div class="avatar-crop-management">
    2020        <div id="avatar-crop-pane" class="avatar" style="width:{{data.full_w}}px; height:{{data.full_h}}px">
    21             <img src="{{data.url}}" id="avatar-crop-preview"/>
     21            <img src="{{{data.url}}}" id="avatar-crop-preview"/>
    2222        </div>
    2323        <div id="avatar-crop-actions">
Note: See TracChangeset for help on using the changeset viewer.