Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcs/class/monodoc/Resources/mdoc-html-utils.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/monodoc/Resources/mdoc-html-utils.xsl b/mcs/class/monodoc/Resources/mdoc-html-utils.xsl
index bc90f7b344c..2f4519057b6 100644
--- a/mcs/class/monodoc/Resources/mdoc-html-utils.xsl
+++ b/mcs/class/monodoc/Resources/mdoc-html-utils.xsl
@@ -1620,6 +1620,7 @@
<xsl:for-each select="item">
<li>
<xsl:apply-templates select="term" mode="notoppara"/>
+ <xsl:apply-templates select="para" mode="notoppara"/>
</li>
</xsl:for-each>
</ul>