aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/xsl/db_html.xsl
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2015-12-04 13:08:44 +0100
committerLars Thorsen <[email protected]>2015-12-04 13:08:44 +0100
commitc5e3f065998057c2bb304d75f9ec00228bacfc36 (patch)
tree08538007c14e298db3bd5271fc3026693575c17d /lib/erl_docgen/priv/xsl/db_html.xsl
parent8fa96128d4a02019463d566e635f774e3fca7c67 (diff)
parentf86828fead59ba0a28658d3f5e7d8dc80f1c73fb (diff)
downloadotp-c5e3f065998057c2bb304d75f9ec00228bacfc36.tar.gz
otp-c5e3f065998057c2bb304d75f9ec00228bacfc36.tar.bz2
otp-c5e3f065998057c2bb304d75f9ec00228bacfc36.zip
Merge branch 'maint'
Diffstat (limited to 'lib/erl_docgen/priv/xsl/db_html.xsl')
-rw-r--r--lib/erl_docgen/priv/xsl/db_html.xsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl
index f5ddd364d3..c2325fbee9 100644
--- a/lib/erl_docgen/priv/xsl/db_html.xsl
+++ b/lib/erl_docgen/priv/xsl/db_html.xsl
@@ -990,12 +990,15 @@
</p>
</xsl:template>
-
<!-- Inline elements -->
<xsl:template match="b">
<strong><xsl:apply-templates/></strong>
</xsl:template>
+ <xsl:template match="i">
+ <i><xsl:apply-templates/></i>
+ </xsl:template>
+
<xsl:template match="br">
<br/>
</xsl:template>