Skip to content
Snippets Groups Projects
Commit 1cdb6f66 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Leerzeichen zwischen Hinzufügung und FN-Zeichen entfernt

parent 0f110aa0
No related branches found
No related tags found
No related merge requests found
...@@ -315,8 +315,11 @@ ...@@ -315,8 +315,11 @@
<xsl:template match="add" mode="step3"> <xsl:template match="add" mode="step3">
<xsl:text> &lt;</xsl:text> <xsl:text> &lt;</xsl:text>
<xsl:apply-templates mode="step3"/> <xsl:apply-templates mode="step3"/>
<xsl:text>&gt; </xsl:text> <xsl:text>&gt;</xsl:text>
<xsl:if test="not(following::*[1]/self::note[@type='annotation'])">
<xsl:text> </xsl:text>
</xsl:if>
</xsl:template> </xsl:template>
<xsl:template match="citedRange[@target]" mode="step3"> <xsl:template match="citedRange[@target]" mode="step3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment