From b2bb27e71bb1c72a3fd55984d3817d02607d4a2a Mon Sep 17 00:00:00 2001 From: Darren <darren@darrenwhitlen.com> Date: Mon, 6 Oct 2014 17:35:34 +0100 Subject: [PATCH] Emoticons erroneous quote --- client/src/helpers/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.25.1