From: Darren Date: Mon, 6 Oct 2014 16:18:22 +0000 (+0100) Subject: Emoticon erroneous quote X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=04107814d161ff899e9c75507c6acdcda083c194;p=KiwiIRC.git Emoticon erroneous quote --- diff --git a/client/src/helpers/utils.js b/client/src/helpers/utils.js index 114ca61..6e7074c 100644 --- a/client/src/helpers/utils.js +++ b/client/src/helpers/utils.js @@ -415,7 +415,7 @@ function emoticonFromText(str) { pushEmoticon(';)', 'wink'); break; case ';D': - pushEmoticon(';D"', 'wink_happy'); + pushEmoticon(';D', 'wink_happy'); break; case ':P': case ':p':