Skip to content

Commit

Permalink
fix issue #24 bad nested anchor elements
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstayton committed Jul 8, 2018
1 parent b572e29 commit c242ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/html/inline.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@
</xsl:attribute>

<xsl:call-template name="inline.italicseq">
<xsl:with-param name="content" select="$content"/>
<xsl:with-param name="contentwithlink" select="$content"/>
</xsl:call-template>
</a>
</xsl:when>
Expand Down

0 comments on commit c242ce2

Please sign in to comment.