Skip to content

Commit

Permalink
Fixed transcluded section titles being displayed twice on export.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipru committed Oct 30, 2018
1 parent 123f333 commit a59a9ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -904,4 +904,9 @@
<!-- Ignore metadata elements in PageSeeder document -->
<xsl:template match="documentinfo | fragmentinfo | locator | metadata"/>

<!-- Section title is processed as part of fragment -->
<xsl:template match="section">
<xsl:apply-templates select="*[not(self::title)]" />
</xsl:template>

</xsl:stylesheet>
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.3

0 comments on commit a59a9ce

Please sign in to comment.