We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e634ae + 982775f commit 27ba5f9Copy full SHA for 27ba5f9
public/js/extra.js
@@ -1134,7 +1134,7 @@ const emojijsPlugin = new Plugin(
1134
1135
(match, utils) => {
1136
const emoji = match[1].toLowerCase()
1137
- const div = $(`<img class="emoji" src="${serverurl}/build/emojify.js/dist/images/basic/${emoji}.png"></img>`)
+ const div = $(`<img class="emoji" alt=":${emoji}:" src="${serverurl}/build/emojify.js/dist/images/basic/${emoji}.png"></img>`)
1138
return div[0].outerHTML
1139
}
1140
)
0 commit comments