Skip to content

Commit

Permalink
re-added display of first facsimile
Browse files Browse the repository at this point in the history
  • Loading branch information
tillgrallert committed Nov 26, 2016
1 parent 9915abe commit 3d431d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xslt-boilerplate/teibp_main.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
<xsl:with-param name="pInput" select="."/>
</xsl:call-template>
<xsl:apply-templates select="@*"/>
<xsl:apply-templates select="child::tei:front"/>
<xsl:apply-templates select="child::tei:body"/>
<xsl:apply-templates select="child::node()[not(self::tei:back)]"/>
<xsl:choose>
<xsl:when test="child::tei:back">
<xsl:apply-templates select="child::tei:back"/>
Expand Down

0 comments on commit 3d431d4

Please sign in to comment.