do not display the volume in the citation if the volums is just an empty string

This commit is contained in:
tworrall 2013-04-22 14:49:18 -04:00
parent 3a0bbf8256
commit a6eab19a96

View file

@ -65,7 +65,7 @@
${statement.startPage!}.
</#if>
<#elseif statement.subclass?contains("Book")>
<#if statement.volume??>
<#if statement.volume?? && (statement.volume!?length > 0 )>
Vol.&nbsp;${statement.volume!}.&nbsp;
</#if>
<#if statement.editor??>