Double quotes around gl emoji title
This commit is contained in:
parent
94b93e49d2
commit
a7a3c48bcc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue