Index: modules/blog/blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v retrieving revision 1.350 diff -u -p -r1.350 blog.module --- modules/blog/blog.module 8 Jan 2010 07:36:53 -0000 1.350 +++ modules/blog/blog.module 21 Jan 2010 14:05:00 -0000 @@ -40,7 +40,7 @@ function blog_help($path, $arg) { switch ($path) { case 'admin/help#blog': $output = '
' . t("The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.", array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '
'; + $output .= '' . t("The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.", array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '
'; $output .= '