Commit adeafa40 authored by Phil Hughes's avatar Phil Hughes

Fixes diff comment avatar tooltip escaping issues

We are safe to use `data-html` because we never actually use HTML here, only the pure markdown

Closes #29572
parent 8f92de7b
......@@ -25,6 +25,7 @@ import collapseIcon from '../icons/collapse_icon.svg';
role="button"
data-container="body"
data-placement="top"
data-html="true"
:data-line-type="lineType"
:title="note.authorName + ': ' + note.noteTruncated"
:src="note.authorAvatar"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment