Skip to content

Commit

Permalink
fixes a class name error
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jun 16, 2015
1 parent 560dded commit 08cc24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsl/common_main.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,10 @@
<xsl:text>tei_add</xsl:text>
<xsl:choose>
<xsl:when test="@place='above'">
<xsl:text> tei_hiSuperscript</xsl:text>
<xsl:text> tei_hi_superscript</xsl:text>
</xsl:when>
<xsl:when test="@place='below'">
<xsl:text> tei_hiSubscript</xsl:text>
<xsl:text> tei_hi_subscript</xsl:text>
</xsl:when>
<!--<xsl:when test="./tei:add[@place='margin']">
<xsl:text>Ersetzung am Rand. </xsl:text>
Expand Down

0 comments on commit 08cc24e

Please sign in to comment.