diff options
Diffstat (limited to 'source/02_augment/commits.xsl')
-rw-r--r-- | source/02_augment/commits.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/02_augment/commits.xsl b/source/02_augment/commits.xsl index c5caeb9..e9c4ae8 100644 --- a/source/02_augment/commits.xsl +++ b/source/02_augment/commits.xsl @@ -63,7 +63,7 @@ <xsl:template match="@* | node()" mode="commit"> <xsl:copy> - <xsl:apply-templates select="@*|node()" mode="commit"/> + <xsl:apply-templates select="@* | node()" mode="commit"/> </xsl:copy> </xsl:template> |