Index: modules/help/help.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help.module,v
retrieving revision 1.69.2.1
diff -u -p -r1.69.2.1 help.module
--- modules/help/help.module	16 Oct 2007 06:57:22 -0000	1.69.2.1
+++ modules/help/help.module	10 Mar 2008 18:12:08 -0000
@@ -69,7 +69,10 @@ function help_links_as_list() {
     }
   }
   sort($modules);
+  return theme('help_links_as_list',$modules);
+}
 
+function theme_help_links_as_list($modules) {
   // Output pretty four-column list
   $break = ceil(count($modules) / 4);
   $output = '<div class="clear-block"><div class="help-items"><ul>';
