Emoticons erroneous quote
authorDarren <darren@darrenwhitlen.com>
Mon, 6 Oct 2014 16:35:34 +0000 (17:35 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 6 Oct 2014 16:35:34 +0000 (17:35 +0100)
client/src/helpers/utils.js

index 114ca612b2257ab31900552773eb6daec96a5db4..f0495bc282c281c3ec97ef8caac6c316534cf848 100644 (file)
@@ -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
+}