From 6e9982e090965b473ee570dbf70cbd7510f9d36c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 Apr 2001 10:34:15 +0000 Subject: [PATCH] - typo --- 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 63bf7bc148a..86eb245e9e6 100644 --- a/modules/book.module +++ b/modules/book.module @@ -224,7 +224,7 @@ function book_page() { $result = db_query("SELECT n.*, b.* FROM node n LEFT JOIN book b ON n.nid = b.nid AND n.lid = b.lid WHERE b.parent = 0 AND n.status = $status[posted]"); while ($node = db_fetch_object($result)) { - $output .= "
nid\">". check_output($node->title) ."
". check_output($node->body, 1) ."
"; + $output .= "
nid\">". check_output($node->title) ."
". check_output($node->body, 1) ."

"; } $theme->header(); diff --git a/modules/book/book.module b/modules/book/book.module index 63bf7bc148a..86eb245e9e6 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -224,7 +224,7 @@ function book_page() { $result = db_query("SELECT n.*, b.* FROM node n LEFT JOIN book b ON n.nid = b.nid AND n.lid = b.lid WHERE b.parent = 0 AND n.status = $status[posted]"); while ($node = db_fetch_object($result)) { - $output .= "
nid\">". check_output($node->title) ."
". check_output($node->body, 1) ."
"; + $output .= "
nid\">". check_output($node->title) ."
". check_output($node->body, 1) ."

"; } $theme->header();