mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Fix minor validation problem with boostbook.
[SVN r36044]
This commit is contained in:
parent
835e482af7
commit
3c43a8045c
@ -1009,8 +1009,8 @@
|
||||
|
||||
<!-- Group member functions together under a category name (synopsis)-->
|
||||
<xsl:template match="method-group" mode="synopsis">
|
||||
<xsl:param name="indentation"/>
|
||||
<xsl:if test="count(child::*) > 0">
|
||||
<xsl:param name="indentation"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="indent">
|
||||
|
Loading…
x
Reference in New Issue
Block a user