Skip to content

Commit 446b310

Browse files
Merge pull request #409 from SciCatProject/decode-DOI-in-url
display decoded DOI in url
2 parents e140d14 + ddaef8b commit 446b310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/publisheddata-details/publisheddata-details.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 class="creators">
4242
target="_blank"
4343
rel="noopener noreferrer"
4444
href="{{ doiBaseUrl + encodeUriComponent(doi) }}"
45-
>{{ doiBaseUrl + encodeUriComponent(doi) }}</a
45+
>{{ doiBaseUrl + doi }}</a
4646
>
4747
</td>
4848
</tr>

0 commit comments

Comments
 (0)