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:
Tomás Cohen Arazi 2012-08-23 12:58:52 -03:00 committed by Paul Poulain
parent 4a8e71ea93
commit ea5c5bf3b4

View file

@ -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>