From 7d07cde40c2ffdb74c648dba1258084e2a5d5f2d Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Jun 2017 15:43:29 +0900 Subject: Refactor --- src/web/app/common/scripts/text-compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/app/common/scripts') diff --git a/src/web/app/common/scripts/text-compiler.js b/src/web/app/common/scripts/text-compiler.js index 0a9b8022df..20ed1877da 100644 --- a/src/web/app/common/scripts/text-compiler.js +++ b/src/web/app/common/scripts/text-compiler.js @@ -22,7 +22,7 @@ export default (tokens, shouldBreak) => { case 'bold': return `${escape(token.bold)}`; case 'url': - return ``; + return ``; case 'link': return `${escape(token.title)}`; case 'mention': -- cgit v1.2.3-freya