From be59d6a674e5a16c98bb7372e8c024c7c676e5ec Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Thu, 3 Jun 2004 11:19:38 +0000 Subject: - Fixing bug 5845: Root page of book module does use <--break-->. --- modules/book.module | 2 +- modules/book/book.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/book.module b/modules/book.module index 7a36a03d2..bf55805b0 100644 --- a/modules/book.module +++ b/modules/book.module @@ -695,7 +695,7 @@ function book_render() { // output the content: $output .= '
'; $output .= '
'. l($node->title, "book/view/$node->nid") .'
'; - $output .= '
'. $node->body .'
'; + $output .= '
'. $node->teaser .'
'; $output .= '
'; } } diff --git a/modules/book/book.module b/modules/book/book.module index 7a36a03d2..bf55805b0 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -695,7 +695,7 @@ function book_render() { // output the content: $output .= '
'; $output .= '
'. l($node->title, "book/view/$node->nid") .'
'; - $output .= '
'. $node->body .'
'; + $output .= '
'. $node->teaser .'
'; $output .= '
'; } } -- cgit v1.2.3