fix: 提交禅道缺陷换行处理

This commit is contained in:
shiziyuan9527 2021-08-06 14:27:14 +08:00 committed by 刘瑞斌
parent b2713b10f0
commit 0362248e68
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ public class ZentaoPlatform extends AbstractIssuePlatform {
// transfer description
try {
zentaoSteps = ms2ZentaoDescription(description);
zentaoSteps = zentaoSteps.replaceAll("\\n", "<br/>");
} catch (Exception e) {
LogUtil.error(e.getMessage(), e);
}