From 424efd15a0ea3cf96173a26c9f951b25b40c313a Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 18 Sep 2017 14:15:52 +0200 Subject: [PATCH] Fixing qandaset titles --- ws/Docbook/CustomLayer/slide/slideHdm.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ws/Docbook/CustomLayer/slide/slideHdm.xsl b/ws/Docbook/CustomLayer/slide/slideHdm.xsl index 723bfbb37..7a9c40352 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> -- GitLab