From c7f030f325ef047a7d63a0a0ddbe35c2de25367f Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 10 Feb 2016 20:04:03 +0500 Subject: Fixing codespan inline issue --- 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 8b3602a89..17f30a7c5 100644 --- a/web/react/utils/markdown.jsx +++ b/web/react/utils/markdown.jsx @@ -152,7 +152,7 @@ class MattermostMarkdownRenderer extends marked.Renderer { } codespan(text) { - return '
' + super.codespan(text) + '
'; + return '' + super.codespan(text) + ''; } br() { -- cgit v1.2.3-1-g7c22