From 04107814d161ff899e9c75507c6acdcda083c194 Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 6 Oct 2014 17:18:22 +0100 Subject: [PATCH] Emoticon erroneous quote --- client/src/helpers/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.25.1