From 3c489518e6494d424f52aa299a3bbfab46a98043 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 8 Oct 2015 15:59:21 -0400 Subject: Fixed html used for autolinking --- web/react/utils/text_formatting.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/react/utils/text_formatting.jsx b/web/react/utils/text_formatting.jsx index a90a8bcc1..2b6e6e14e 100644 --- a/web/react/utils/text_formatting.jsx +++ b/web/react/utils/text_formatting.jsx @@ -102,7 +102,7 @@ function autolinkUrls(text, tokens) { } tokens.set(alias, { - value: '${linkText}', + value: `${linkText}`, originalText: linkText }); -- cgit v1.2.3-1-g7c22