From: Darren <darren@darrenwhitlen.com> Date: Mon, 6 Oct 2014 16:35:34 +0000 (+0100) Subject: Emoticons erroneous quote X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b2bb27e71bb1c72a3fd55984d3817d02607d4a2a;p=KiwiIRC.git Emoticons erroneous quote --- diff --git a/client/src/helpers/utils.js b/client/src/helpers/utils.js index 114ca61..f0495bc 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': @@ -542,4 +542,4 @@ function styleText(string_id, params) { text = formatToIrcMsg(text); return text; -} \ No newline at end of file +}