git://git.exim.org
/
exim-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1fa8d85
)
Don't display the new "old_versions" data in the chapter pages
author
Mike Cardwell
<github@grepular.com>
Wed, 7 Sep 2011 14:12:59 +0000
(15:12 +0100)
committer
Mike Cardwell
<github@grepular.com>
Wed, 7 Sep 2011 14:12:59 +0000
(15:12 +0100)
templates/doc/chapter.xsl
patch
|
blob
|
history
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>