mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Add HTML support to system-wide alert banner. Fixes #3019.
(cherry picked from commit b9fb4e2159
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
fdafa0f034
commit
7a364fddeb
@@ -21,7 +21,7 @@
|
||||
} }}
|
||||
</span>
|
||||
</span>
|
||||
<span>{{(systemWideAlert$ |async)?.message}}</span>
|
||||
<span [innerHTML]="(systemWideAlert$ |async)?.message"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -99,7 +99,7 @@
|
||||
} }}
|
||||
</span>
|
||||
</span>
|
||||
<span>{{formMessage.value}}</span>
|
||||
<span [innerHTML]="formMessage.value"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user