diff --git a/modules/book.module b/modules/book.module
index 8fe3aea9f69..ece7979740a 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -53,7 +53,7 @@ function book_view($node, $main = 0) {
}
$output .= "
$location | ". node_control($node) ." |
\n";
- $output .= "
| ";
+ $output .= "
|
";
$output .= " ". check_output($node->title) ."". ($node->body ? " Last updated by ". format_username($node->userid) ." on ". format_date($node->timestamp) ." " : "") ." |
\n";
}
diff --git a/modules/book/book.module b/modules/book/book.module
index 8fe3aea9f69..ece7979740a 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -53,7 +53,7 @@ function book_view($node, $main = 0) {
}
$output .= " $location | ". node_control($node) ." |
\n";
- $output .= "
| ";
+ $output .= "
|
";
$output .= " ". check_output($node->title) ."". ($node->body ? " Last updated by ". format_username($node->userid) ." on ". format_date($node->timestamp) ." " : "") ." |
\n";
}