Skip to content

Commit 12f9023

Browse files
authored
Merge pull request DSpace#2313 from 4Science/fix-duplicate-headers
[CST-5729] Fix duplicate links for download page
2 parents 7ebdcd3 + 47543b4 commit 12f9023

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)