Skip to content

Commit c21ab0a

Browse files
committed
Enable line breaks in deposit license during submission.
1 parent 5e27741 commit c21ab0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/sections/license/section-license.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<span class="mb-5" [innerHTML]="licenseText$ | async"></span>
1+
<span class="mb-5 preserve-line-breaks" [innerHTML]="licenseText$ | async"></span>
22
<br> <br>
33
<ds-form *ngIf="formModel" #formRef="formComponent"
44
[formId]="formId"

0 commit comments

Comments
 (0)