Skip to content

Commit 47543b4

Browse files
committed
[CST-5729] Fix duplicate links for download page
1 parent 7ebdcd3 commit 47543b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/bitstream-page/bitstream-download-page/bitstream-download-page.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export class BitstreamDownloadPageComponent implements OnInit {
108108

109109
signpostingLinks.forEach((link: SignpostingLink) => {
110110
links = links + (isNotEmpty(links) ? ', ' : '') + `<${link.href}> ; rel="${link.rel}"` + (isNotEmpty(link.type) ? ` ; type="${link.type}" ` : ' ');
111-
links = links + (isNotEmpty(links) ? ', ' : '') + `<${link.href}> ; rel="${link.rel}" ; type="${link.type}" `;
112111
});
113112

114113
this.responseService.setHeader('Link', links);

0 commit comments

Comments
 (0)