From 9574766ad8f8810baf42a81ae105984254f0fc0a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Nov 2004 22:20:41 +0000 Subject: - Patch by Stefan: wrapped the help texts in

tags. Helps improve consistency. --- modules/book.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index 8601c973e..18ca0f7de 100644 --- a/modules/book.module +++ b/modules/book.module @@ -802,9 +802,9 @@ function book_help($section) { case 'admin/modules#description': return t('Allows users to collaboratively author a book.'); case 'admin/node/book': - return t('The book module offers a mean to organize content, authored by many users, in an online manual, outline or FAQ.'); + return t('

The book module offers a mean to organize content, authored by many users, in an online manual, outline or FAQ.

'); case 'admin/node/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.

'); case 'node/add#book': return t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it."); } -- cgit v1.2.3