mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Write out class for quickbook blurb elements
This commit is contained in:
parent
07f3d91a95
commit
f87d471d5c
@ -387,6 +387,10 @@ set toc,title
|
||||
<xsl:value-of select="'index'"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="sidebar[@role = 'blurb']" mode="class.value">
|
||||
<xsl:value-of select="'blurb'"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="preface|chapter|appendix|article" mode="toc">
|
||||
<xsl:param name="toc-context" select="."/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user