Skip to content

Commit

Permalink
fixup! Added support for linkable embeds in xhtml output
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Oct 22, 2018
1 parent 2fcae12 commit 1542750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
</xsl:attribute>
</xsl:if>
<xsl:copy-of select="@class"/>
<xsl:value-of select="text()" disable-output-escaping="yes"/>
<xsl:value-of select="text()" disable-output-escaping="yes"/>
</a>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit 1542750

Please sign in to comment.