From 6bf1203581a295e82116c23bc4fe2d9d29362cf4 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 11 Feb 2016 23:41:13 +0500 Subject: Multiple UI Improvements --- web/react/utils/markdown.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/utils/markdown.jsx') diff --git a/web/react/utils/markdown.jsx b/web/react/utils/markdown.jsx index 17f30a7c5..493916058 100644 --- a/web/react/utils/markdown.jsx +++ b/web/react/utils/markdown.jsx @@ -222,7 +222,7 @@ class MattermostMarkdownRenderer extends marked.Renderer { } table(header, body) { - return `${header}${body}
`; + return `
${header}${body}
`; } listitem(text) { -- cgit v1.2.3-1-g7c22