Skip to content

Commit

Permalink
Merge branch '6.13' into 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 8, 2018
2 parents d452f72 + 8c29797 commit 7c9dd98
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -503,7 +503,7 @@
</xsl:element>
</xsl:template>

<xsl:template match="embed | embed-inline">
<xsl:template match="embed[@node_id|@object_id] | embed-inline[@node_id|@object_id]">
<xsl:variable name="embedname">
<xsl:choose>
<xsl:when test="local-name() = 'embed-inline'">
Expand All @@ -526,11 +526,6 @@
<xsl:value-of select="concat( 'ezcontent://', @object_id )"/>
</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:message terminate="yes">
Unhandled link type
</xsl:message>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="@xhtml:id">
<xsl:choose>
Expand Down

0 comments on commit 7c9dd98

Please sign in to comment.