diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index dbdf6a5b996f..52037472340b 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -2424,7 +2424,7 @@ function theme_system_modules_details($variables) { $row[] = array('class' => array('checkbox'), 'data' => drupal_render($module['enable'])); // Add the module label and expand/collapse functionalty. - $col2 = ''; + $col2 = ''; $row[] = array('class' => array('module'), 'data' => $col2); // Add the description, along with any modules it requires.