This commit is contained in:
jonaswinkler
2020-12-11 17:57:56 +01:00
parent b452816a29
commit 0b7ffa31d1
6 changed files with 30 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<ng-container *ngIf="document.correspondent">
<a [routerLink]="" title="Filter by correspondent" (click)="clickCorrespondent.emit(document.correspondent)" class="font-weight-bold">{{(document.correspondent$ | async)?.name}}</a>:
</ng-container>
{{document.title}}
{{document.title | documentTitle}}
</p>
</div>
<div class="card-footer">