diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling/xsl2profile.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling/xsl2profile.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling/xsl2profile.xsl index 2c69596ce..84979f629 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling/xsl2profile.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/profiling/xsl2profile.xsl @@ -81,7 +81,7 @@ </xsl:copy> </xsl:template> -<xsl:template match="xsl:template[@name='hhc-main' or @name='hhp-main'] | xsl:variable[@name='raw.help.title']"> +<xsl:template match="xsl:template[@name='hhc-main' or @name='hhp-main' or @name='etoc'] | xsl:variable[@name='raw.help.title']"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates mode="correct"/> |