diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 276e393..f755747 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -323,10 +323,12 @@ function theme_system_modules_uninstall($variables) { $rows[] = array( array('data' => drupal_render($form['uninstall'][$module]), 'align' => 'center'), array( - 'data' => array( - '#type' => 'inline_template', - '#template' => '', - '#context' => array('module_id' => $form['uninstall'][$module]['#id'], 'module_name' => drupal_render($form['modules'][$module]['name'])), + 'data' => SafeMarkup::format( + '', + array( + '@module_id' => $form['uninstall'][$module]['#id'], + '@module_name' => drupal_render($form['modules'][$module]['name']), + ) ) ), array(