[exim-cvs] Don't display the new "old_versions" data in the …

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Don't display the new "old_versions" data in the chapter pages
Gitweb: http://git.exim.org/exim-website.git/commitdiff/aaae578ceb56a78c0338301ae2e65eb2d83cd4eb
Commit:     aaae578ceb56a78c0338301ae2e65eb2d83cd4eb
Parent:     1fa8d85e79abda7ae7e994d1f30aa0a3693de1ce
Author:     Mike Cardwell <github@???>
AuthorDate: Wed Sep 7 15:12:59 2011 +0100
Committer:  Mike Cardwell <github@???>
CommitDate: Wed Sep 7 15:12:59 2011 +0100


    Don't display the new "old_versions" data in the chapter pages
---
 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 06d9eb9..f715219 100644
--- a/templates/doc/chapter.xsl
+++ b/templates/doc/chapter.xsl
@@ -107,6 +107,6 @@
       </xsl:template>


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


</xsl:stylesheet>