Skip to content

Commit 5dd7ede

Browse files
authored
fix issue with DOI URL for unified-style-sheet-for-linguistics.csl (JabRef#4765)
1 parent 9556b12 commit 5dd7ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

brachytherapy.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<macro name="access">
3939
<choose>
4040
<if variable="DOI">
41-
<text variable="DOI" prefix="https://doi.org"/>
41+
<text variable="DOI" prefix="https://doi.org/"/>
4242
</if>
4343
<else-if type="webpage post-weblog" match="any">
4444
<group delimiter=". ">

unified-style-sheet-for-linguistics.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<text macro="archive"/>
164164
</else-if>
165165
</choose>
166-
<text variable="DOI" prefix="https://doi.org"/>
166+
<text variable="DOI" prefix="https://doi.org/"/>
167167
<text variable="URL"/>
168168
</group>
169169
<group prefix=" (" suffix=")">

0 commit comments

Comments
 (0)