From 466f470ff155e97bc50e19c44581c279aa60ca1c Mon Sep 17 00:00:00 2001 From: hmhealey Date: Wed, 23 Sep 2015 17:53:46 -0400 Subject: Changed Markdown links to open in a new tab --- web/react/utils/markdown.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react') diff --git a/web/react/utils/markdown.jsx b/web/react/utils/markdown.jsx index 347024e1a..c6ffb1871 100644 --- a/web/react/utils/markdown.jsx +++ b/web/react/utils/markdown.jsx @@ -31,7 +31,7 @@ export class MattermostMarkdownRenderer extends marked.Renderer { if (title) { output += ' title="' + title + '"'; } - output += '>' + text + ''; + output += ' target="_blank">' + text + ''; return output; } -- cgit v1.2.3-1-g7c22