Don't display the new "old_versions" data in the chapter pages
authorMike Cardwell <github@grepular.com>
Wed, 7 Sep 2011 14:12:59 +0000 (15:12 +0100)
committerMike Cardwell <github@grepular.com>
Wed, 7 Sep 2011 14:12:59 +0000 (15:12 +0100)
templates/doc/chapter.xsl

index 06d9eb982b3240c2b53f933b5baf17124c0556c7..f715219273dae196a8e826bbc053ce8021658a09 100644 (file)
       </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>