Skip to content

Commit

Permalink
Fix variable used for the label after indication of number of pages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nchachereau authored Feb 14, 2021
1 parent 60f6371 commit 35e276f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universite-de-lausanne-histoire.csl
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,13 @@
<else-if variable="volume">
<group delimiter="&#160;">
<number variable="number-of-pages"/>
<label variable="page" form="short"/>
<label variable="number-of-pages" form="short"/>
</group>
</else-if>
<else-if variable="number-of-volumes" match="none">
<group delimiter="&#160;">
<number variable="number-of-pages"/>
<label variable="page" form="short"/>
<label variable="number-of-pages" form="short"/>
</group>
</else-if>
</choose>
Expand Down

0 comments on commit 35e276f

Please sign in to comment.