Commit a7a3c48b authored by Phil Hughes's avatar Phil Hughes

Double quotes around gl emoji title

parent 94b93e49
...@@ -62,7 +62,7 @@ function glEmojiTag(inputName, options) { ...@@ -62,7 +62,7 @@ function glEmojiTag(inputName, options) {
data-fallback-src="${fallbackImageSrc}" data-fallback-src="${fallbackImageSrc}"
${fallbackSpriteAttribute} ${fallbackSpriteAttribute}
data-unicode-version="${emojiInfo.unicodeVersion}" data-unicode-version="${emojiInfo.unicodeVersion}"
title=${emojiInfo.description} title="${emojiInfo.description}"
> >
${contents} ${contents}
</gl-emoji> </gl-emoji>
......
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