Bug 6617 - Wrong first indicator value in test
Testing the first indicator value=2 should be used for labeling 'Partial content'. Sponsored-by: Universidad Nacional de Córdoba Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
4a8e71ea93
commit
ea5c5bf3b4
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@
|
|||
<xsl:when test="@ind1=1">
|
||||
<span class="label">Incomplete contents:</span>
|
||||
</xsl:when>
|
||||
<xsl:when test="@ind1=1">
|
||||
<xsl:when test="@ind1=2">
|
||||
<span class="label">Partial contents:</span>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
|
Loading…
Reference in a new issue