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
committerMiguel de Icaza <miguel@gnome.org>2014-04-28 23:30:00 +0400
commitc3fc3ba129c8caec369f38c7f98529cb26adc4f2 (patch)
treef303fbd5131ec6e978d84e5ce3e6de690756e0e6
parent95aa29bda3426acc5aa02442ea89299c481e68d5 (diff)
[docs] Minor update to monodoc html template.mono-3.4.0.204
Handles the case where a bullet list has only a paragraph rather than a term
-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>