Skip to content
Snippets Groups Projects
Commit 424efd15 authored by Goik Martin's avatar Goik Martin
Browse files

Fixing qandaset titles

parent b2812f51
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment