[exim-cvs] Bugfix: Ignore the new elements that are dynamica…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Bugfix: Ignore the new elements that are dynamically added to the chapter from being displayed directly
Gitweb: http://git.exim.org/exim-website.git/commitdiff/789fcea78480c45b974e341fa9d8d9cc9bbdaf03
Commit:     789fcea78480c45b974e341fa9d8d9cc9bbdaf03
Parent:     080ad9f4f6bf572e773458911d3c57e7192aadaa
Author:     Mike Cardwell <github@???>
AuthorDate: Thu Dec 6 17:18:32 2012 +0000
Committer:  Mike Cardwell <github@???>
CommitDate: Thu Dec 6 17:18:32 2012 +0000


    Bugfix: Ignore the new elements that are dynamically added to the chapter from being displayed directly
---
 templates/doc/chapter.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/templates/doc/chapter.xsl b/templates/doc/chapter.xsl
index 6430eee..17d772a 100644
--- a/templates/doc/chapter.xsl
+++ b/templates/doc/chapter.xsl
@@ -112,6 +112,6 @@
       </xsl:template>


    <!-- Ignore -->
-      <xsl:template match="chapter_id|prev_url|next_url|toc_url|canonical_url|current_url|old_versions"/>
+      <xsl:template match="chapter_id|this_url|prev_url|next_url|toc_url|canonical_url|current_url|title_uri|old_versions"/>


</xsl:stylesheet>