--- Desktop/drupal/modules/help/help.module	2006-12-23 17:06:05.000000000 -0500
+++ Sites/drupalHEAD/modules/help/help.module	2007-01-11 18:57:43.000000000 -0500
@@ -21,7 +21,7 @@
       'weight' => 9);
 
     foreach (module_implements('help', TRUE) as $module) {
-      $items[] = array('path' => 'admin/help/' . $module,
+      $items[] = array('path' => 'admin/help/'. $module,
         'title' => t($module),
         'callback' => 'help_page',
         'type' => MENU_CALLBACK,
@@ -92,7 +92,7 @@
     case 'admin/help':
       $output = t('<p>This guide explains what the various modules in <a href="@Drupal">Drupal</a> do and how to configure them. Additionally, you will find a glossary of basic Drupal terminology to help get you started.</p>
 <p>It is not a substitute for the <a href="@handbook">Drupal handbook</a> available online and should be used in conjunction with it. The online reference handbook might be more up-to-date and has helpful user-contributed comments. It is your definitive reference point for all Drupal documentation.</p>
-', array('@Drupal' => 'http://drupal.org', '@handbook' => 'http://drupal.org/handbook'));
+', array('@drupal' => 'http://drupal.org', '@handbook' => 'http://drupal.org/handbook'));
       return $output;
     case 'admin/help#help':
       $output = '<p>'. t('The help module displays context sensitive help information. Users can learn how to use modules and accomplish tasks quicker with less errors by clicking on links in provided by the help module.') .'</p>';
