Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop

This commit is contained in:
Konstantinos Triantafyllou 2024-06-04 12:23:39 +03:00
commit 35276059f1
1 changed files with 5 additions and 3 deletions

View File

@ -3,9 +3,11 @@
<span *ngIf="result.acronym"> <span *ngIf="result.acronym">
{{result.acronym}} {{result.acronym}}
</span> </span>
<span *ngIf="result.acronym && (result.title)"> (</span> <ng-container *ngIf="result.acronym != result.title">
<span *ngIf="result.title" [innerHTML]="result.title"></span> <span *ngIf="result.acronym && (result.title)"> (</span>
<span *ngIf="result.acronym && result.title">)</span> <span *ngIf="result.title" [innerHTML]="result.title"></span>
<span *ngIf="result.acronym && result.title">)</span>
</ng-container>
</div> </div>
<div *ngIf="!result.title && !result.acronym"> <div *ngIf="!result.title && !result.acronym">
[no title available] [no title available]