We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47ce12 commit fd649a0Copy full SHA for fd649a0
src/index.md
@@ -961,7 +961,7 @@ for (let i in sourcesFilteredIDs) {
961
// get citation locations for source and add them
962
let sourceLocs = sourcesArray.filter(source => source.sourceID === sourcesFilteredIDs[i])[0].sourceLocs.filter(loc => loc !== '');
963
sourceLocs = sourceLocs.length > 0 ? sourceLocs.join(', ') : ''
964
- pubString += sourceLocs ? `, ${sourceLocs}.` : '.'
+ pubString += sourceLocs ? `: ${sourceLocs}.` : '.'
965
966
pubList.push(pubString);
967
0 commit comments