aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/guile/skribilo/engine/html.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm
index 7e4897b..51d8eec 100644
--- a/src/guile/skribilo/engine/html.scm
+++ b/src/guile/skribilo/engine/html.scm
@@ -189,8 +189,8 @@
(chapter-number->string number->string)
(chapter-file #f)
;; section configuration
- (section-title-start "<h3>")
- (section-title-stop "</h3>")
+ (section-title-start "<h2>")
+ (section-title-stop "</h2>")
(section-title-background #f)
(section-title-foreground #f)
(section-title-number-separator " ")