help3xsl/link.txt.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bb52d3d578e46c1aef16548b2ff55dc66f7f19fe Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Tue Jul 24 12:28:08 2018 -0300 Commit: Jan Holesovsky <ke...@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.hal...@libreoffice.org> (cherry picked from commit 1f5dbe3cfae77c879d2b7c95131cc87393dccb00) Reviewed-on: https://gerrit.libreoffice.org/58753 Reviewed-by: Jan Holesovsky <ke...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits