Skip to content

Commit

Permalink
Fixes #316 remove profile mode in apply-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Nov 27, 2015
1 parent 4bbd877 commit 51e3c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daps-xslt/profiling/noprofile4.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<xsl:value-of select="$filename"/>
</xsl:attribute>
<xsl:copy-of select="@*"/>
<xsl:apply-templates mode="profile"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>

Expand Down
2 changes: 1 addition & 1 deletion daps-xslt/profiling/noprofile5.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<xsl:value-of select="$filename"/>
</xsl:attribute>
<xsl:copy-of select="@*"/>
<xsl:apply-templates mode="profile"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>

Expand Down

0 comments on commit 51e3c48

Please sign in to comment.