Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Port dspace-8_x] Remove nested span elements with duplicate content of parent elements #3806

Merged
merged 9 commits into from
Jan 7, 2025
Prev Previous commit
Next Next commit
remove nested span element
(cherry picked from commit acb7c9b)
  • Loading branch information
saschaszott authored and github-actions[bot] committed Jan 7, 2025
commit 05dce42f872e1d4111672b5adb2a3611ca2c6814
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<span *ngIf="dso.allMetadata(['publicationissue.issueNumber']).length > 0"
class="item-list-journal-issue-numbers">
<span *ngFor="let value of allMetadataValues(['publicationissue.issueNumber']); let first=first; let last=last;">
<span> - </span><span [innerHTML]="value"><span [innerHTML]="value"></span></span>
<span *ngIf="first"> - </span><span [innerHTML]="value"></span><span *ngIf="!last">; </span>
</span>
</span>
Expand Down