aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/xhtml/lfs-titles.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/xhtml/lfs-titles.xsl')
-rw-r--r--stylesheets/xhtml/lfs-titles.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/xhtml/lfs-titles.xsl b/stylesheets/xhtml/lfs-titles.xsl
index 78fd1f00c..db79fdee3 100644
--- a/stylesheets/xhtml/lfs-titles.xsl
+++ b/stylesheets/xhtml/lfs-titles.xsl
@@ -59,9 +59,9 @@
<xsl:if test="@id">
<a id="{@id}" name="{@id}"/>
</xsl:if>
- <h3 class="{name(.)}">
+ <h2 class="{name(.)}">
<xsl:value-of select="title"/>
- </h3>
+ </h2>
</div>
</xsl:otherwise>
</xsl:choose>