Skip to content

Commit fd649a0

Browse files
committed
References punctuation change
1 parent c47ce12 commit fd649a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ for (let i in sourcesFilteredIDs) {
961961
// get citation locations for source and add them
962962
let sourceLocs = sourcesArray.filter(source => source.sourceID === sourcesFilteredIDs[i])[0].sourceLocs.filter(loc => loc !== '');
963963
sourceLocs = sourceLocs.length > 0 ? sourceLocs.join(', ') : ''
964-
pubString += sourceLocs ? `, ${sourceLocs}.` : '.'
964+
pubString += sourceLocs ? `: ${sourceLocs}.` : '.'
965965

966966
pubList.push(pubString);
967967

0 commit comments

Comments
 (0)