From 0a92190418ce24fde6a5eff01a6f32f9bba434e5 Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 30 Mar 2004 17:40:06 +0000 Subject: [PATCH] made the main table of contents elapse 3 levels, instead of 2 --- docs/dsssl/html-common.dsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dsssl/html-common.dsl b/docs/dsssl/html-common.dsl index 54eb371f..f2c051c0 100644 --- a/docs/dsssl/html-common.dsl +++ b/docs/dsssl/html-common.dsl @@ -7,7 +7,7 @@ ;; contents) that should be made at the nd-level (define (toc-depth nd) (if (string=? (gi nd) "book") - 2 ; the depth of the top-level TOC + 3 ; the depth of the top-level TOC 1 ; the depth of all other TOCs ))