Update index.js
This commit is contained in:
parent
a144d00ed0
commit
946949cd64
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -92,7 +92,7 @@ if (options.enable !== false) {
|
|||
} else {
|
||||
return '<img class="' + options.className +
|
||||
'" title="' + match + '" alt="' + match + '" src="' +
|
||||
emojis[p1].src + '" height="20" width="20" />'
|
||||
emojis[p1].src + '" height="20" width="20" style="display:inline" />'
|
||||
}
|
||||
} else {
|
||||
return match
|
||||
|
|
Loading…
Reference in a new issue