how do i fix this? i cant remove the innerhtml otherwise it will show the <p> and <span> of the text
<p8g-data-unavailable [pTooltip]="course.description" [escape]="false"
[tooltipDisabled]="course.description && course.description.length <= MAX_DESCRIPTION_LENGTH"
[innerHTML]="course.description"
[value]="this.evaluateLength(course.description)">
</p8g-data-unavailable>
</td>