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
This commit is contained in:
parent
8f92de7b63
commit
adeafa40b8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue