#144788 by Andreas Wolf, spatz4000 and aufumy: missing block clearing on admin index by modules page

6.x
Gábor Hojtsy 2007-11-09 19:16:22 +00:00
parent a66560bfb2
commit 0ff81a7e13
1 changed files with 1 additions and 1 deletions

View File

@ -1842,7 +1842,7 @@ function theme_system_admin_by_module($menu_items) {
}
}
$output = '<div class="admin">';
$output = '<div class="admin clear-block">';
foreach ($container as $id => $data) {
$output .= '<div class="'. $id .' clear-block">';
$output .= $data;