From 8eb2c0266c562d43805cb5a30a04102c7e728924 Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Wed, 21 Oct 2015 14:52:19 -0500 Subject: Missing semicolon --- web/react/utils/markdown.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/react/utils/markdown.jsx b/web/react/utils/markdown.jsx index 1c3d498a9..e8e5798bd 100644 --- a/web/react/utils/markdown.jsx +++ b/web/react/utils/markdown.jsx @@ -53,7 +53,7 @@ export class MattermostMarkdownRenderer extends marked.Renderer { } paragraph(text) { - text = TextFormatting.doFormatText(text, this.options) + text = TextFormatting.doFormatText(text, this.options); if (this.formattingOptions.singleline) { return `

${text}

`; -- cgit v1.2.3-1-g7c22