From 1e7805b79025823fba4479ffaa354e9c756d6622 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 27 May 2016 09:56:41 -0400 Subject: Fixed ESLint errors (#3134) --- webapp/utils/markdown.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webapp') diff --git a/webapp/utils/markdown.jsx b/webapp/utils/markdown.jsx index 18d5cf128..809ecc526 100644 --- a/webapp/utils/markdown.jsx +++ b/webapp/utils/markdown.jsx @@ -130,10 +130,10 @@ class MattermostMarkdownRenderer extends marked.Renderer { if (/^\d+.$/.test(bullet)) { // this is a numbered list item so override the numbering - return `
  • ${text}
  • `; - } else { - return `
  • ${text}
  • `; + return `
  • ${text}
  • `; } + + return `
  • ${text}
  • `; } text(txt) { -- cgit v1.2.3-1-g7c22