[Libreoffice-commits] help.git: Branch 'libreoffice-6-1' - help3xsl/link.txt.xsl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 9 14:55:46 UTC 2018
help3xsl/link.txt.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bb52d3d578e46c1aef16548b2ff55dc66f7f19fe
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Jul 24 12:28:08 2018 -0300
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Aug 9 16:55:26 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>
(cherry picked from commit 1f5dbe3cfae77c879d2b7c95131cc87393dccb00)
Reviewed-on: https://gerrit.libreoffice.org/58753
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
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