diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 276e393..a3daa0d 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -325,9 +325,9 @@ function theme_system_modules_uninstall($variables) { array( 'data' => array( '#type' => 'inline_template', - '#template' => '', + '#template' => '{{ module_name }}', '#context' => array('module_id' => $form['uninstall'][$module]['#id'], 'module_name' => drupal_render($form['modules'][$module]['name'])), - ) + ), ), array( 'data' => array(