diff options
Diffstat (limited to 'modules/book/book.module')
-rw-r--r-- | modules/book/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.module b/modules/book/book.module index 03551a5c9..80c32d3c5 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -616,7 +616,7 @@ function book_print($nid = 0, $depth = 1) { } } - $output .= book_print_recurse($nid, $depth); + $output .= book_print_recurse($nid, $depth + 1); $html = '<html><head><title>'. check_plain($node->title) .'</title>'; $html .= '<base href="'. $base_url .'/" />'; |