From 983ee4f2422f0d2f1ff7283fb410854b67c0b4ec Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 12 Nov 2020 16:03:47 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index ab09adbd51..df1a8f833d 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -4497,7 +4497,7 @@ module.exports = (_ => { className: BDFDB.disCN._repodescriptionwrap, children: BDFDB.ReactUtils.createElement("div", { className: BDFDB.disCN._repodescription, - children: this.props.data.description && BDFDB.ReactUtils.markdownParse(this.props.data.description.replace(/\n/g, " ").replace(/\t|\r/g, "")) + children: this.props.data.description && BDFDB.ReactUtils.markdownParse(this.props.data.description) }) }), (links.length || buttons.length) && BDFDB.ReactUtils.createElement("div", {