Skip to content

Commit

Permalink
Fix missing quote
Browse files Browse the repository at this point in the history
kthoden committed Jan 20, 2021

Unverified

No user is associated with the committer email.
1 parent 8f7b34b commit 0ca5b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xxe/eoa/xsl/tei2xelatex/frontmatter.xsl
Original file line number Diff line number Diff line change
@@ -352,7 +352,7 @@
</xsl:otherwise>
</xsl:choose>
<xsl:text>&#x000a;\normalsize&#x000a;</xsl:text>
<xsl:value-of select="eoa:texcomment('Following pages use normal page style, which is headings)" />
<xsl:value-of select="eoa:texcomment('Following pages use normal page style, which is headings')" />
<xsl:text>\pagestyle{headings}&#x000a;</xsl:text>
</xsl:otherwise>
</xsl:choose>

0 comments on commit 0ca5b86

Please sign in to comment.