Changeset eccffce for stylesheets


Ignore:
Timestamp:
09/14/2019 02:45:24 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f6be42d
Parents:
cfa378f
Message:

stylesheets: fix sect3 titles containing an xref child.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22141 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/xhtml/lfs-titles.xsl

    rcfa378f reccffce  
    133133
    134134    <!-- sect3.titlepage:
    135            Uses h3 and removed a lot of unneeded code. -->
     135           Uses h3 and removed a lot of unneeded code.
     136           Use generic titlepage.mode template in case there are child
     137            elements (xref)-->
    136138    <!-- The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl -->
    137139  <xsl:template name="sect3.titlepage">
     
    144146        <xsl:text>. </xsl:text>
    145147      </xsl:if>
    146       <xsl:value-of select="title"/>
     148      <xsl:apply-templates select="./title" mode="titlepage.mode"/>
    147149    </h3>
    148150  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.