Skip to content

Commit

Permalink
should fix #5 lb-problem
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed May 9, 2022
1 parent 5f5377f commit 2ba8098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freud_api_crawler/fixtures/make_tei.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<!--no applied templates because inside tei:hi something like tei:sup must not occure-->
<xsl:template match="tei:span[@class='smallcaps']">
<hi><xsl:attribute name="rendition"><xsl:value-of select="concat('#', ./@class)"/></xsl:attribute><xsl:value-of select="."/></hi>
<hi><xsl:attribute name="rendition"><xsl:value-of select="concat('#', ./@class)"/></xsl:attribute><xsl:apply-templates/></hi>
</xsl:template>
<xsl:template match="tei:span[@class='footnote-index']">
<hi><xsl:attribute name="rendition"><xsl:value-of select="concat('#', ./@class)"/></xsl:attribute><xsl:value-of select="."/></hi>
Expand Down

0 comments on commit 2ba8098

Please sign in to comment.