fix: 提交禅道缺陷换行处理
This commit is contained in:
parent
b2713b10f0
commit
0362248e68
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue