do not display the volume in the citation if the volums is just an empty string
This commit is contained in:
parent
3a0bbf8256
commit
a6eab19a96
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
${statement.startPage!}.
|
||||
</#if>
|
||||
<#elseif statement.subclass?contains("Book")>
|
||||
<#if statement.volume??>
|
||||
<#if statement.volume?? && (statement.volume!?length > 0 )>
|
||||
Vol. ${statement.volume!}.
|
||||
</#if>
|
||||
<#if statement.editor??>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue