Closed jakejackson1 closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
hot-patch-6.11.2@f673065
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Only field merge tags were being matched during rich text sanitizing. This adjustment now matches any merge tag with opening and closing
{}
, provided it is the only content included in a HTML attribute.Testing instructions
<img src="{user:user_profile_picture}" />
to Footer HTML fieldChecklist:
Additional Comments