summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index fa37f2f1d..03bf6dc92 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -194,7 +194,7 @@ function system_view($type) {
default:
foreach (module_list() as $name) {
if (module_hook($name, "settings")) {
- $links[] = "<a href=\"#$name\">". t("$name") ."</a>";
+ $links[] = l($name, "admin/system/modules/settings#$name");
}
}
$form = system_view_modules();