Skip to content

Commit 126f84c

Browse files
authored
Always show DOI for article-journal for journal-of-forensic-sciences.csl (JabRef#4596)
via https://forums.zotero.org/discussion/comment/350125/#Comment_350125
1 parent 265a3a9 commit 126f84c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

journal-of-forensic-sciences.csl

+1-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@
4747
<macro name="access">
4848
<choose>
4949
<if type="article-journal" match="any">
50-
<choose>
51-
<if variable="volume page" match="none">
52-
<text variable="DOI" prefix="doi: "/>
53-
</if>
54-
</choose>
50+
<text variable="DOI" prefix="https://doi.org/"/>
5551
</if>
5652
<else-if type="webpage post post-weblog" match="any">
5753
<group delimiter=" ">

0 commit comments

Comments
 (0)