aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/xhtml/lfs-mixed.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/xhtml/lfs-mixed.xsl')
-rw-r--r--stylesheets/xhtml/lfs-mixed.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl
index d8f7cf64c..355938549 100644
--- a/stylesheets/xhtml/lfs-mixed.xsl
+++ b/stylesheets/xhtml/lfs-mixed.xsl
@@ -29,14 +29,14 @@
<xsl:if test="title">
<xsl:choose>
<xsl:when test="@role = 'materials'">
- <h3>
+ <h2>
<xsl:value-of select="title"/>
- </h3>
+ </h2>
</xsl:when>
<xsl:otherwise>
- <h4>
+ <h3>
<xsl:value-of select="title"/>
- </h4>
+ </h3>
</xsl:otherwise>
</xsl:choose>
</xsl:if>