Fix <otherwise> case for icon replacement

Change-Id: Ia5db370d1e19aa2818fba7ad7b2427692ff1b80e
Reviewed-on: https://gerrit.libreoffice.org/57927
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit is contained in:
Olivier Hallot
2018-07-24 12:28:08 -03:00
parent c8d840200b
commit 1f5dbe3cfa

View File

@ -1717,7 +1717,7 @@ Stylesheet map Colibre icon images from link.txt
<xsl:when test="$src1='cmd/sc_cellprotection.png'"><xsl:text>cmd/sc_protect.png</xsl:text></xsl:when>
<xsl:when test="$src1='cmd/lc_cellprotection.png'"><xsl:text>cmd/lc_protect.png</xsl:text></xsl:when>
<xsl:otherwise><xsl:text select="$src1"/></xsl:otherwise>
<xsl:otherwise><xsl:value-of select="$src1"/></xsl:otherwise>
</xsl:choose>
</xsl:template>