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
(parent:
080ad9f
)
Bugfix: Ignore the new elements that are dynamically added to the chapter from being...
author
Mike Cardwell
<github@grepular.com>
Thu, 6 Dec 2012 17:18:32 +0000
(17:18 +0000)
committer
Mike Cardwell
<github@grepular.com>
Thu, 6 Dec 2012 17:18:32 +0000
(17:18 +0000)
templates/doc/chapter.xsl
patch
|
blob
|
history
diff --git
a/templates/doc/chapter.xsl
b/templates/doc/chapter.xsl
index 6430eee88a89e1600f4335ceb3d9c485c18b5396..17d772ad7a16cfa287fc448675ec22bb972f7290 100644
(file)
--- 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>