summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 7f2096409..d07e77ff9 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -47,7 +47,7 @@ function help_admin() {
foreach (module_list() as $name) {
if (module_hook($name, "help")) {
- print "<h2><a name=\"$name\">". ucfirst($name) ." module</a></h2>";
+ print "<h2><a id=\"$name\">". ucfirst($name) ." module</a></h2>";
print module_invoke($name, "help");
}
}