Skip to content

Commit cf9be41

Browse files
committed
Fix extra space between citation number and author in pnas.csl
1 parent fabb5ab commit cf9be41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pnas.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</names>
3030
</macro>
3131
<macro name="author">
32-
<names variable="author" prefix=" ">
32+
<names variable="author">
3333
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
3434
<label form="short" prefix=" "/>
3535
<substitute>

0 commit comments

Comments
 (0)