Merge pull request #4800 from tsiegleauq/personal-note-render-html
Fix HTML rendering in personal note
This commit is contained in:
commit
7aaa971c0a
@ -33,7 +33,7 @@
|
||||
<!-- Content -->
|
||||
<ng-container class="meta-text-block-content">
|
||||
<ng-container *ngIf="!isEditMode">
|
||||
<div *ngIf="motion && motion.personalNote" [innerHTML]="personalNoteText"></div>
|
||||
<div *ngIf="motion && motion.personalNote" [innerHTML]="sanitizeText(personalNoteText)"></div>
|
||||
<div class="no-content" *ngIf="!motion || !motion.hasNotes" translate>
|
||||
No personal note
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user