diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-24 09:28:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-24 09:28:38 +0000 |
commit | 70dbb848900d706e135221c5ffc75213b267e207 (patch) | |
tree | 233022ed0ed90b99f73e2897ebb75658dbf9982d /modules/system/system.module | |
parent | 594101be3840d8e76db8c4bfbd359741cc1c6eb4 (diff) | |
download | brdo-70dbb848900d706e135221c5ffc75213b267e207.tar.gz brdo-70dbb848900d706e135221c5ffc75213b267e207.tar.bz2 |
- Partial patch #97212 by dodazzi: added a clear.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 0c0a49b70..9036152e5 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2128,7 +2128,7 @@ function theme_admin_page($blocks) { } } - $output = '<div class="admin">'; + $output = '<div class="admin clear-block">'; $output .= '<div class="compact-link">'; if (system_admin_compact_mode()) { $output .= l(t('Show descriptions'), 'admin/compact/off', array('title' => t('Produce a less compact layout that includes descriptions.'))); |