From 5c4d5386e27a9d3d82a5f6cfa086b1668b331d6c Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 9 Jan 2007 08:31:22 +0000 Subject: #107443 by webchick. Proper . placement. --- modules/book/book.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/book/book.module b/modules/book/book.module index 8e22d7be4..1d07a5f5b 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -644,7 +644,7 @@ function book_export($type = 'html', $nid = 0) { $node = db_fetch_object($node_result); } $depth = count(book_location($node)) + 1; - $export_function = 'book_export_' . $type; + $export_function = 'book_export_'. $type; if (function_exists($export_function)) { print call_user_func($export_function, $nid, $depth); @@ -706,7 +706,7 @@ function theme_book_export_html($title, $content) { $html .= ''; $html .= '' . "\n"; $html .= "\n"; - $html .= "\n\n". $content . "\n\n\n"; + $html .= "\n\n". $content ."\n\n\n"; return $html; } @@ -989,9 +989,9 @@ function book_help($section) { $output .= '

'. t('For more information please read the configuration and customization handbook Book page.', array('@book' => 'http://drupal.org/handbook/modules/book/')) .'

'; return $output; case 'admin/content/book': - return '

'. t('The book module offers a means to organize content, authored by many users, in an online manual, outline or FAQ.'). '

'; + return '

'. t('The book module offers a means to organize content, authored by many users, in an online manual, outline or FAQ.') .'

'; case 'admin/content/book/orphan': - return '

'. t('Pages in a book are like a tree. As pages are edited, reorganized and removed, child pages might be left with no link to the rest of the book. Such pages are referred to as "orphan pages". On this page, administrators can review their books for orphans and reattach those pages as desired.'). '

'; + return '

'. t('Pages in a book are like a tree. As pages are edited, reorganized and removed, child pages might be left with no link to the rest of the book. Such pages are referred to as "orphan pages". On this page, administrators can review their books for orphans and reattach those pages as desired.') .'

'; } if (arg(0) == 'node' && is_numeric(arg(1)) && arg(2) == 'outline') { -- cgit v1.2.3