[Trunk|Library]: searchPageTableView.component.html: Bug fix: Format html to remove space aften opening and before closing parenthesis.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54889 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
07e6e91f2c
commit
bb24192b47
|
@ -258,9 +258,9 @@
|
|||
<a [queryParams]="(result.openaireId) ? {projectId: result.openaireId} : {grantId: encode(result.grantId), funder: encode(result.funder)}"
|
||||
routerLinkActive="router-link-active" routerLink="/search/project">
|
||||
<span *ngIf="result.name">{{result.name}}</span>
|
||||
<span *ngIf="result.name && result.acronym">(</span>
|
||||
<span *ngIf="result.acronym">{{result.acronym}}</span>
|
||||
<span *ngIf="result.name && result.acronym">)</span>
|
||||
<span *ngIf="result.name && result.acronym">(</span
|
||||
><span *ngIf="result.acronym">{{result.acronym}}</span
|
||||
><span *ngIf="result.name && result.acronym">)</span>
|
||||
<span *ngIf="!result.name && !result.acronym">[no title available]</span>
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue