From 89fb6b6b4e398adcb204b4bcc84d18823472fefd Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 21 Apr 2001 15:37:38 +0000 Subject: [PATCH] Fixed error in HTML... ( changed to ) --- modules/book.module | 2 +- modules/book/book.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }