Skip to content
Snippets Groups Projects
Commit a7a3c48b authored by Phil Hughes's avatar Phil Hughes
Browse files

Double quotes around gl emoji title

parent 94b93e49
Branches
Tags
1 merge request!10881Added emoji description title to award emoji buttons
Pipeline #
Loading
Loading
@@ -62,7 +62,7 @@ function glEmojiTag(inputName, options) {
data-fallback-src="${fallbackImageSrc}"
${fallbackSpriteAttribute}
data-unicode-version="${emojiInfo.unicodeVersion}"
title=${emojiInfo.description}
title="${emojiInfo.description}"
>
${contents}
</gl-emoji>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment