Skip to content
Snippets Groups Projects
Commit b1411df8 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #293098 by boombatower: add missing label.

parent fb9d4564
No related branches found
No related tags found
No related merge requests found
......@@ -2091,7 +2091,7 @@ function theme_system_modules_fieldset($form) {
$row = array();
unset($module['enable']['#title']);
$row[] = array('class' => 'checkbox', 'data' => drupal_render($module['enable']));
$row[] = '<strong>'. drupal_render($module['name']) .'</strong>';
$row[] = '<label for="' . $module['enable']['#id'] . '"><strong>' . drupal_render($module['name']) . '</strong></label>';
$row[] = drupal_render($module['version']);
$description = '';
// If we have help, it becomes the first part
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment