Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.

Commit 1be87f8

Browse files
authored
Fix bug 438758 [.NET] hyperlink missing when rebuilding Android API doc(#199)
1 parent c2ad243 commit 1be87f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ECMA2Yaml/ECMAHelper/Transform/ECMADocsTransform.xsl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,8 @@
263263
</xsl:copy>
264264
</xsl:template>
265265

266+
<xsl:template match="format[@type='text/html']">
267+
<xsl:apply-templates />
268+
</xsl:template>
269+
266270
</xsl:stylesheet>

0 commit comments

Comments
 (0)