Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List types defined
  • Loading branch information
Klaus Thoden committed Nov 29, 2018
1 parent b398044 commit 024688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei2eoatex.xsl
Expand Up @@ -287,7 +287,7 @@ contexts, a double replacement is performed.
<xsl:apply-templates select="./tei:item"/>
<xsl:text>\end{EOAlist}&#x000a;</xsl:text>
</xsl:when>
<xsl:when test="@type='bulleted'">
<xsl:when test="@type='unordered'">
<xsl:text>\begin{EOAitems}&#x000a;</xsl:text>
<xsl:apply-templates select="./tei:item"/>
<xsl:text>\end{EOAitems}&#x000a;</xsl:text>
Expand Down

0 comments on commit 024688f

Please sign in to comment.