diff options
Diffstat (limited to 'modules/help/help.module')
-rw-r--r-- | modules/help/help.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module index 1b26fd7ad..9f6af47f0 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -11,7 +11,7 @@ function help_link($type) { function help_admin() { foreach (module_list() as $name) { if (module_hook($name, "help")) { - print "<H2>". ucfirst($name) ." module</H2>"; + print "<h2>". ucfirst($name) ." module</h2>"; print module_invoke($name, "help"); } } |