Skip to content

Commit a8dafef

Browse files
Update harvard-cite-them-right.csl (JabRef#4993)
On advice from ExLibris our Library System vendor to fix a problem where the publisher is appearing in journal references, I have on their advice change line 167 from <else-if type="article-newspaper article-magazine" match="none"> to <else-if type="article-journal article-newspaper article-magazine" match="none"> This should fix a major problem for our library. Please can this be check and approved?
1 parent c8784ff commit a8dafef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harvard-cite-them-right.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</group>
165165
</group>
166166
</else-if>
167-
<else-if type="article-newspaper article-magazine" match="none">
167+
<else-if type="article-journal article-newspaper article-magazine" match="none">
168168
<group delimiter=" ">
169169
<group delimiter=", ">
170170
<choose>

0 commit comments

Comments
 (0)