diff --git a/src/core/render/emojify.js b/src/core/render/emojify.js
index 98889979..95b946a1 100644
--- a/src/core/render/emojify.js
+++ b/src/core/render/emojify.js
@@ -1,7 +1,7 @@
import {inBrowser} from '../util/env'
function replace(m, $1) {
- return '
'
+ return '
'
}
export function emojify(text) {
diff --git a/src/plugins/emoji.js b/src/plugins/emoji.js
index 233e42b5..31f1059c 100644
--- a/src/plugins/emoji.js
+++ b/src/plugins/emoji.js
@@ -892,7 +892,7 @@ const AllGithubEmoji = [
window.emojify = function (match, $1) {
return AllGithubEmoji.indexOf($1) === -1 ?
match :
- '