Kaydet (Commit) b9bd7806 authored tarafından Regina Henschel's avatar Regina Henschel

i119806 Re-enable sorting in application help

üst 792edb51
......@@ -441,16 +441,10 @@
<!-- SORT -->
<xsl:template match="sort" >
<!-- sorting disabled due to #i70462#
<xsl:apply-templates><xsl:sort select="descendant::paragraph"/></xsl:apply-templates>
//-->
<xsl:apply-templates />
</xsl:template>
<xsl:template match="sort" mode="embedded">
<!-- sorting disabled due to #i70462#
<xsl:apply-templates><xsl:sort select="descendant::paragraph"/></xsl:apply-templates>
//-->
<xsl:apply-templates />
</xsl:template>
<!-- SWITCH -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment