summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorNiklas Johansson <sleeping.pillow@gmail.com>2012-05-29 16:20:53 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-05-30 09:14:52 +0300
commitfb310927211aa911d5b3fe6e31c5b9db4d9a0497 (patch)
treefbabfbf27c3124534c0651063f4c5b82828eaba4 /xmlhelp
parent93d83fe15a198b523ed0e9e7524941e8d7181eb2 (diff)
Re-enable sort in help-files
Sorting in helpfiles were disabled due to bug #i70462#. I belive this bug isn't valid any more and we should re-activate the sorting.
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/util/main_transform.xsl6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
index 0f5cb021f434..4385cf496e1d 100644
--- a/xmlhelp/util/main_transform.xsl
+++ b/xmlhelp/util/main_transform.xsl
@@ -446,16 +446,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 -->