summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/user.module2
-rw-r--r--modules/user/user.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user.module b/modules/user.module
index c33e53401..bc75f8da0 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -456,7 +456,7 @@ function user_block($op = "list", $delta = 0) {
case 1:
if ($menu = menu_tree()) {
$block["subject"] = $user->uid ? $user->name : t("Navigation");
- $block["content"] = "<div id=\"menu\">". $menu ."</div>";
+ $block["content"] = "<div class=\"menu\">". $menu ."</div>";
}
return $block;
diff --git a/modules/user/user.module b/modules/user/user.module
index c33e53401..bc75f8da0 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -456,7 +456,7 @@ function user_block($op = "list", $delta = 0) {
case 1:
if ($menu = menu_tree()) {
$block["subject"] = $user->uid ? $user->name : t("Navigation");
- $block["content"] = "<div id=\"menu\">". $menu ."</div>";
+ $block["content"] = "<div class=\"menu\">". $menu ."</div>";
}
return $block;