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:
authorJoel Martinez <joelmartinez@gmail.com>2014-04-28 06:37:25 +0400
committerJoel Martinez <joelmartinez@gmail.com>2014-04-28 06:37:25 +0400
commita341c136e66260c0fc4eda770389c6cc10ac30e3 (patch)
treece7eb06e123b7ed1c1bc5dd9ad849168da7938aa /mcs/class/monodoc
parent6999270099fb530945023095063828765e1eb1c7 (diff)
[docs] Minor update to monodoc html template.
Handles the case where a bullet list has only a paragraph rather than a term
Diffstat (limited to 'mcs/class/monodoc')
-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>