Skip to content

Commit

Permalink
updated test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Overrided committed Jun 30, 2024
1 parent 0e2b13e commit dac5568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sample/_Test_1.fb2
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<xsl:template match="fb:stanza">
<xsl:choose>
<xsl:when test="count(fb:title) > 0">
<formalpara role="poem">
<formalpara role="poem">
<xsl:call-template name="section_title"/>
<para role="poem">
<xsl:apply-templates select="@xml:lang|@id"/>
Expand All @@ -353,11 +353,11 @@
</para>
</formalpara>
</xsl:when>
<xsl:otherwise>
<xsl:otherwise>
<literallayout xml:space="preserve" role="poem"><xsl:apply-templates
select="@xml:lang|@id"/><xsl:apply-templates
select="fb:v"/></literallayout>
</xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</code>
Expand Down

0 comments on commit dac5568

Please sign in to comment.