mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use <br/> for new line character
This commit is contained in:
parent
48d94b69fd
commit
4952d0f45d
1 changed files with 3 additions and 0 deletions
|
|
@ -1693,6 +1693,9 @@ class PublishFailWidget(QtWidgets.QWidget):
|
|||
description = error_item.description or description
|
||||
detail = error_item.detail or detail
|
||||
|
||||
description = description.replace("\n", "<br/>")
|
||||
detail = detail.replace("\n", "<br/>")
|
||||
|
||||
self._error_details_widget.set_detail(detail)
|
||||
|
||||
if commonmark:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue