git://git.exim.org
/
exim-website.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't display the new "old_versions" data in the chapter pages
[exim-website.git]
/
templates
/
doc
/
chapter.xsl
diff --git
a/templates/doc/chapter.xsl
b/templates/doc/chapter.xsl
index 06d9eb982b3240c2b53f933b5baf17124c0556c7..f715219273dae196a8e826bbc053ce8021658a09 100644
(file)
--- 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>