diff --git a/ws/Docbook/CustomLayer/slide/slideHdm.xsl b/ws/Docbook/CustomLayer/slide/slideHdm.xsl index 723bfbb37ec0d0f5d2dcaf66658730772009d8d7..7a9c40352c2d0af6f2f1ec134afc212b174f25cf 100644 --- a/ws/Docbook/CustomLayer/slide/slideHdm.xsl +++ b/ws/Docbook/CustomLayer/slide/slideHdm.xsl @@ -143,7 +143,7 @@ <xsl:attribute name="href"> <xsl:call-template name="href.target.uri"/> </xsl:attribute> - <xsl:value-of select="d:title"/> + <xsl:apply-templates select="d:title/node()"/> </a> </xsl:for-each> @@ -157,7 +157,7 @@ <xsl:attribute name="href"> <xsl:call-template name="href.target.uri"/> </xsl:attribute> - <xsl:value-of select="d:title"/> + <xsl:apply-templates select="d:title/node()"/> </a> </li> </xsl:for-each>