Additional index styling
[exim-website.git] / templates / wrapper.xsl
index 313280c60fcab713264910f7f1b881a941817e56..bb1dee0851ec6ceaa45d1d902cc6215f2ca4f77c 100644 (file)
                <xsl:when test="@section_id">
                   <xsl:choose>
                      <xsl:when test="@longref">
-                        <xsl:value-of select="concat(@chapter_title,'[',@section_title,']')"/>
+                        <xsl:value-of select="@chapter_title"/>
+                        <small>
+                           <xsl:value-of select="concat(' [',@section_title,']')"/>
+                        </small>
                      </xsl:when>
                      <xsl:otherwise>
                         <xsl:value-of select="concat(@chapter_id,'.',@section_id)"/>