mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #1099 from atmire/w2p-78407_allow-html-in-license-section
Quick win: Allow html in license section of submission form
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<span class="mb-5">{{ licenseText$ | async }}</span>
|
<span class="mb-5" [innerHTML]="licenseText$ | async"></span>
|
||||||
<br> <br>
|
<br> <br>
|
||||||
<ds-form *ngIf="formModel" #formRef="formComponent"
|
<ds-form *ngIf="formModel" #formRef="formComponent"
|
||||||
[formId]="formId"
|
[formId]="formId"
|
||||||
|
Reference in New Issue
Block a user