diff options
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> |