diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 6279fa0ed..29ee3d8a6 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -27,7 +27,7 @@ class BaseTheme { if ($user->uid) { // Display account settings: - $output .= "<div width=\"125\">\n"; + $output .= "<div style=\"width: 125;\">\n"; foreach (module_list() as $name) { if (module_hook($name, "link")) { |