[Libreoffice-commits] help.git: help3xsl/link.txt.xsl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 24 15:31:30 UTC 2018


 help3xsl/link.txt.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1f5dbe3cfae77c879d2b7c95131cc87393dccb00
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Jul 24 12:28:08 2018 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Jul 24 17:31:10 2018 +0200

    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 at libreoffice.org>

diff --git a/help3xsl/link.txt.xsl b/help3xsl/link.txt.xsl
index 0d3c219f5..041e7d7d4 100644
--- a/help3xsl/link.txt.xsl
+++ b/help3xsl/link.txt.xsl
@@ -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>


More information about the Libreoffice-commits mailing list