Skip to content

Commit

Permalink
Merge pull request #34 from evt-project/bugfix/supplied-transformation
Browse files Browse the repository at this point in the history
Fix transformation of supplied elements. Fix #26
  • Loading branch information
ChiaraDipi authored Nov 10, 2020
2 parents 2766689 + fc27dca commit 2f36ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder_pack/modules/elements/evt_builder-dipl-core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
<xsl:value-of select="' ', name()" separator=""/>
</xsl:attribute>
<xsl:call-template name="dataAttributesFromAttributes"/>
<xsl:apply-templates select="normalize-space()" mode="#current"/>
<xsl:apply-templates mode="#current"/>
</xsl:element>
</xsl:template>

Expand Down
2 changes: 1 addition & 1 deletion builder_pack/modules/elements/evt_builder-interp-core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
<xsl:value-of select="' ', name()" separator="-"/>
</xsl:attribute>
<xsl:call-template name="dataAttributesFromAttributes"/>
<xsl:apply-templates select="normalize-space()" mode="#current"/>
<xsl:apply-templates mode="#current"/>
</xsl:element>
</xsl:template>

Expand Down

0 comments on commit 2f36ef5

Please sign in to comment.