#144788 by Andreas Wolf, spatz4000 and aufumy: missing block clearing on admin index by modules page
parent
a66560bfb2
commit
0ff81a7e13
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue