From e02883baf2fd2a0cfc21bd557bc0ecc69afd707c Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 10 Aug 2015 16:51:59 -0700 Subject: Cosmetic refactoring of post_body.jsx --- web/react/utils/utils.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/react/utils/utils.jsx') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index bbe5003bc..2136accb4 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -634,6 +634,8 @@ module.exports.textToJsx = function(textToChange, options) { } if (!useTextFormatting && i !== lines.length - 1) { inner.push(
); + } else if (useTextFormatting && !codeFlag && i < lines.length - 2) { + inner.push(
); } } -- cgit v1.2.3-1-g7c22