Problems with "volume" and "issue"
I'm editing a style in CSL Visual Editor and I'm pretty happy except for one thing: when a Journal Article Style has NO "issue" number (that is, when the "issue" in Zotero is empty) there is a blank space between 2 commas in the footnote. When I try with the number 1 it works fine and "no. 1" appears in the footnote, but the problem is that a lot of articles don't have an issue number and I don't want to have "no. 1" everywhere, but I want to keep the issue number for those who have one. Is there a way to do this? What I want is for the value to be displayed whenever there is an issue number, and when there's no issue number, there is no blank space between 2 commas. If this could help... I just realized that when there's a "volume" number, there's an "issue" number, and if there's no "volume" number, there's no "issue" number, even if there's one in the Zotero panel... so the "issue" is there if the "volume"... seems like they're on the same "sort" maybe...
Thanks!
Thanks!
<group delimiter=", ">
<text variable="volume"/>
<text variable="issue" prefix="no. "/>
</group>
Thanks again...