From 74402df462a0efa0b015792ee8c77a16dc72bedb Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 22 Oct 2015 09:47:04 -0400 Subject: Fixed improperly quoted html attributes for emoticons --- web/react/utils/emoticons.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/utils') diff --git a/web/react/utils/emoticons.jsx b/web/react/utils/emoticons.jsx index 7b43e48b4..aabddcffd 100644 --- a/web/react/utils/emoticons.jsx +++ b/web/react/utils/emoticons.jsx @@ -133,7 +133,7 @@ export function handleEmoticons(text, tokens) { const alias = `MM_EMOTICON${index}`; tokens.set(alias, { - value: `${match}`, + value: `${match}`, originalText: match }); -- cgit v1.2.3-1-g7c22