Skip to content

Commit 97b5e0c

Browse files
authored
fix nested span element
1 parent e9a28c6 commit 97b5e0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/entity-groups/research-entities/submission/item-list-elements/org-unit/org-unit-search-result-list-submission-element.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<span class="text-muted">
1212
<span *ngIf="dso.allMetadata('organization.address.addressLocality').length > 0"
1313
class="item-list-address-locality">
14-
<span [innerHTML]="firstMetadataValue(['organization.address.addressLocality'])"><span [innerHTML]="firstMetadataValue(['organization.address.addressLocality'])"></span></span><span *ngIf="dso.allMetadata('organization.address.addressCountry').length > 0">, </span>
14+
<span [innerHTML]="firstMetadataValue(['organization.address.addressLocality'])"></span><span *ngIf="dso.allMetadata('organization.address.addressCountry').length > 0">, </span>
1515
</span>
1616
<span *ngIf="dso.allMetadata('organization.address.addressCountry').length > 0"
1717
class="item-list-address-country">
18-
<span [innerHTML]="firstMetadataValue(['organization.address.addressCountry'])"><span [innerHTML]="firstMetadataValue(['organization.address.addressCountry'])"></span></span>
18+
<span [innerHTML]="firstMetadataValue(['organization.address.addressCountry'])"></span>
1919
</span>
2020
</span>
2121
</div>

0 commit comments

Comments
 (0)