Add alt text to discord emojis so that it is copypasteable

This commit is contained in:
Jeremy Zhang 2017-09-08 22:17:57 +00:00
parent 4121d647df
commit ded1a48ef1

View File

@ -213,7 +213,7 @@
</script>
<script id="mustache_message_emoji" type="text/template">
<img class="message_emoji tooltipped" src='https://cdn.discordapp.com/emojis/{{id}}.png' data-position="top" data-delay="200" data-tooltip=":{{name}}:" />
<img class="message_emoji tooltipped" src='https://cdn.discordapp.com/emojis/{{id}}.png' data-position="top" data-delay="200" data-tooltip=":{{name}}:" alt=":{{name}}:" />
</script>
{% endraw %}