Changeset eccffce
- Timestamp:
- 09/14/2019 02:45:24 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f6be42d
- Parents:
- cfa378f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/lfs-xsl/xhtml/lfs-titles.xsl
rcfa378f reccffce 133 133 134 134 <!-- 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)--> 136 138 <!-- The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl --> 137 139 <xsl:template name="sect3.titlepage"> … … 144 146 <xsl:text>. </xsl:text> 145 147 </xsl:if> 146 <xsl: value-of select="title"/>148 <xsl:apply-templates select="./title" mode="titlepage.mode"/> 147 149 </h3> 148 150 </xsl:template>
Note:
See TracChangeset
for help on using the changeset viewer.