Skip to content

Commit 80aded6

Browse files
authored
Fix missing prefix for URL field (#5894)
1 parent b850a0d commit 80aded6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ieee.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
</group>
247247
</group>
248248
<!-- Available: https://URL.com/ -->
249-
<group delimiter=": ">
249+
<group delimiter=": " prefix=" ">
250250
<text term="available at" text-case="capitalize-first"/>
251251
<text variable="URL"/>
252252
</group>

0 commit comments

Comments
 (0)