diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2004-08-10 19:25:59 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2004-08-10 19:25:59 +0000 |
commit | 01d6d63abb99fbbea4ea9af94ccd8542fa3cf5a7 (patch) | |
tree | cc3e78c66351cf187214e663f4862e4857d689c0 /stylesheets/xhtml/lfs-mixed.xsl | |
parent | 536b6aa453aa6e7f569f5e91c5e58bdc9cdde26e (diff) |
synced testing branch stylesheets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml/lfs-mixed.xsl')
-rw-r--r-- | stylesheets/xhtml/lfs-mixed.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl index c4dbd04dd..0660116a4 100644 --- a/stylesheets/xhtml/lfs-mixed.xsl +++ b/stylesheets/xhtml/lfs-mixed.xsl @@ -25,16 +25,16 @@ <!-- variablelist --> <xsl:template match="variablelist"> <div class="{name(.)}"> - <xsl:if test="title"> + <xsl:if test="title | bridgehead"> <xsl:choose> <xsl:when test="@role = 'materials'"> <h2> - <xsl:value-of select="title"/> + <xsl:value-of select="title | bridgehead"/> </h2> </xsl:when> <xsl:otherwise> <h3> - <xsl:value-of select="title"/> + <xsl:value-of select="title | bridgehead"/> </h3> </xsl:otherwise> </xsl:choose> |