Merged PR 683: #1821 TK Beschreibungsfeld Formatierung übernehmen

#1821 TK Beschreibungsfeld Formatierung übernehmen

Related work items: #1821
This commit is contained in:
Andreas Schickinger
2021-05-19 13:35:29 +00:00
committed by Lorenz Hilpert
parent 955dcf11c7
commit 45c7e14d25

View File

@@ -20,7 +20,7 @@
<img [isaBlobImage]="teaser" />
</div>
<div class="content">
<div>{{ info.text | stripHtmlTags }}</div>
<div [innerHTML]="info.text"></div>
<div class="task-date" *ngIf="showTaskDate">{{ taskDate }}</div>
</div>
</div>