Skip to content

Fixes diff comment avatar tooltip escaping issues

Phil Hughes requested to merge fixed-diff-avatar-tooltip-escaping into master

What does this MR do?

The diff comment avatar tooltips had some escaping issues, this fixes that by enabling html in the dropdown. We render the markdown text, not the rendered markdown so we don't need to worry about any XSS issues 😃

Screenshots (if relevant)

Screen_Shot_2017-03-16_at_15.59.44

What are the relevant issue numbers?

Closes #29572 (closed)

Merge request reports