This commit is contained in:
Mirco Wittrien 2020-11-12 15:57:21 +01:00
parent 5112832355
commit 77212a9c67
1 changed files with 1 additions and 1 deletions

View File

@ -4497,7 +4497,7 @@ module.exports = (_ => {
className: BDFDB.disCN._repodescriptionwrap, className: BDFDB.disCN._repodescriptionwrap,
children: BDFDB.ReactUtils.createElement("div", { children: BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCN._repodescription, className: BDFDB.disCN._repodescription,
children: this.props.data.description && BDFDB.ReactUtils.markdownParse(this.props.data.description) children: this.props.data.description && BDFDB.ReactUtils.markdownParse(this.props.data.description.replace(/\n/g, " ").replace(/\t|\r/g, ""))
}) })
}), }),
(links.length || buttons.length) && BDFDB.ReactUtils.createElement("div", { (links.length || buttons.length) && BDFDB.ReactUtils.createElement("div", {