Index: book.module =================================================================== RCS file: /cvs/drupal/drupal/modules/book.module,v retrieving revision 1.295 diff -u -F^f -r1.295 book.module --- book.module 5 May 2005 09:36:51 -0000 1.295 +++ book.module 5 May 2005 09:49:22 -0000 @@ -608,7 +608,7 @@ function book_print($nid = 0, $depth = 1 // Allow modules to change $node->body before viewing. node_invoke_nodeapi($node, 'view', $node->body, false); - $output .= '

'. check_plain($node->title) .'

'; + $output .= '

'. check_plain($node->title) .'

'; if ($node->body) { $output .= $node->body; @@ -646,7 +646,7 @@ function book_print_recurse($parent = '' // Allow modules to change $node->body before viewing. node_invoke_nodeapi($node, 'view', $node->body, false); - $output .= '

'. check_plain($node->title) .'

'; + $output .= '

'. check_plain($node->title) .'

'; if ($node->body) { $output .= '';