Skip to content

Commit

Permalink
remove whitespace in message
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Rettinghaus authored Sep 15, 2022
1 parent c88eb40 commit 6a0cc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odds/odd2odd.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1948,8 +1948,8 @@ of this software, even if advised of the possibility of such damage.

<xsl:template name="odd2odd-createCopy">
<xsl:if test="$verbose='true'">
<xsl:message>Create <xsl:value-of select="local-name()"/> named <xsl:value-of select="@ident"/> <xsl:sequence select="if
(@module) then concat(' module: ',@module) else ''"/> </xsl:message>
<xsl:message>Create <xsl:value-of select="local-name()"/> named <xsl:value-of select="@ident"/> <xsl:sequence select="if
(@module) then concat(' module: ',@module) else ''"/></xsl:message>
</xsl:if>
<xsl:element namespace="http://www.tei-c.org/ns/1.0"
name="{local-name()}">
Expand Down

0 comments on commit 6a0cc0d

Please sign in to comment.