Skip to content

Commit

Permalink
fix issue with DOI URL for unified-style-sheet-for-linguistics.csl (J…
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed May 6, 2020
1 parent 9556b12 commit 5dd7ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brachytherapy.csl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<macro name="access">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org"/>
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else-if type="webpage post-weblog" match="any">
<group delimiter=". ">
Expand Down
2 changes: 1 addition & 1 deletion unified-style-sheet-for-linguistics.csl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<text macro="archive"/>
</else-if>
</choose>
<text variable="DOI" prefix="https://doi.org"/>
<text variable="DOI" prefix="https://doi.org/"/>
<text variable="URL"/>
</group>
<group prefix=" (" suffix=")">
Expand Down

0 comments on commit 5dd7ede

Please sign in to comment.