Skip to content

Commit a3bc7dc

Browse files
committed
entries2html: Allow argument descriptions to contain html by using copy-of instead of value-of
1 parent 83db98a commit a3bc7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries2html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<xsl:call-template name="render-types" />
241241
<xsl:if test="desc">
242242
<xsl:text>, </xsl:text>
243-
<xsl:value-of select="desc"/>
243+
<xsl:copy-of select="desc"/>
244244
</xsl:if>
245245
</li>
246246
</xsl:template>

0 commit comments

Comments
 (0)