Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 515696 | Differences between
and this patch

Collapse All | Expand All

(-)a/devbook.xsl (-2 / +1 lines)
Lines 21-27 Link Here
21
</xsl:variable>
21
</xsl:variable>
22
22
23
  <xsl:template match="chapter">
23
  <xsl:template match="chapter">
24
    <h1><xsl:apply-templates select="title"/></h1>
24
    <h1 class="first-header"><xsl:apply-templates select="title"/></h1>
25
    <xsl:apply-templates select="(body|section)"/>
25
    <xsl:apply-templates select="(body|section)"/>
26
  </xsl:template>
26
  </xsl:template>
27
27
28
- 

Return to bug 515696