Bugfix: Ignore the new elements that are dynamically added to the chapter from being...
authorMike Cardwell <github@grepular.com>
Thu, 6 Dec 2012 17:18:32 +0000 (17:18 +0000)
committerMike Cardwell <github@grepular.com>
Thu, 6 Dec 2012 17:18:32 +0000 (17:18 +0000)
templates/doc/chapter.xsl

index 6430eee88a89e1600f4335ceb3d9c485c18b5396..17d772ad7a16cfa287fc448675ec22bb972f7290 100644 (file)
       </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>