cvs: smarty /docs/dsssl html-common.dsl
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1080668406@cvsserver> |
messju Tue Mar 30 12:40:06 2004 EDT
Modified files:
/smarty/docs/dsssl html-common.dsl
Log:
made the main table of contents elapse 3 levels, instead of 2
http://cvs.php.net/diff.php/smarty/docs/dsssl/html-common.dsl?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/dsssl/html-common.dsl
diff -u smarty/docs/dsssl/html-common.dsl:1.2 smarty/docs/dsssl/html-common.dsl:1.3
--- smarty/docs/dsssl/html-common.dsl:1.2 Wed Mar 24 10:54:30 2004
+++ smarty/docs/dsssl/html-common.dsl Tue Mar 30 12:40:06 2004
@@ -1,13 +1,13 @@
;; -*- Scheme -*-
;;
-;; $Id: html-common.dsl,v 1.2 2004/03/24 15:54:30 nlopess Exp $
+;; $Id: html-common.dsl,v 1.3 2004/03/30 17:40:06 messju Exp $
;;
;; Returns the depth of the auto-generated TOC (table of
;; 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
))
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php