We do a "copy-of" but the test is wrong when the parameter contains a i18n text
<xsl:when test="$title != ''"> <xsl:call-template name="common-service-body-nonempty-content-title-rendering"> <xsl:with-param name="title" select="$title"/> </xsl:call-template> </xsl:when>
- blocks
-
CMS-7698 Default title does not work on filtered content service
- Closed