Skip to content
Snippets Groups Projects
Commit b1dc8f14 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13271 TIME 0:10 fix title highlight

parent 7abb712c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
</mat-icon>&nbsp;<span [innerHTML]="this.currentResource.chrono"></span>
</div>
<div style="text-align: center;font-weight: bold;margin-bottom: 30px;padding-left: 10px;padding-right: 10px;"
title="{{this.currentResource.subject}}" [innerHTML]="this.currentResource.subject | shorten: 50: '...'">
title="{{this.currentResource.subject | stripTags}}" [innerHTML]="this.currentResource.subject | shorten: 50: '...'">
</div>
<mat-tab-group *ngIf="this.mode == 'diffusion'" [(selectedIndex)]="selectedDiffusionTab" class="diffusionTab">
<mat-tab label="{{'lang.diffusionList' | translate}}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment