summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/book.module2
-rw-r--r--modules/book/book.module2
2 files changed, 2 insertions, 2 deletions
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 .= '<div class="book">';
$output .= '<div class="title">'. l($node->title, "book/view/$node->nid") .'</div>';
- $output .= '<div class="body">'. $node->body .'</div>';
+ $output .= '<div class="body">'. $node->teaser .'</div>';
$output .= '</div>';
}
}
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 .= '<div class="book">';
$output .= '<div class="title">'. l($node->title, "book/view/$node->nid") .'</div>';
- $output .= '<div class="body">'. $node->body .'</div>';
+ $output .= '<div class="body">'. $node->teaser .'</div>';
$output .= '</div>';
}
}