From 1fb7148854a866cf01112abf49a9c910bb281951 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Wed, 29 Nov 2006 22:51:03 +0000 Subject: #100350 by dvessel. Adda missing

tag. --- modules/book/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/book/book.module b/modules/book/book.module index 654269765..8f3fb2915 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -987,7 +987,7 @@ function book_help($section) { } if (arg(0) == 'node' && is_numeric(arg(1)) && arg(2) == 'outline') { - return t('The outline feature allows you to include posts in the book hierarchy.', array('@book' => url('book'))); + return '

'. t('The outline feature allows you to include posts in the book hierarchy.', array('@book' => url('book'))) .'

'; } } -- cgit v1.2.3