core/modules/system/system.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 71b0cec..40d4080 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -316,8 +316,8 @@ function theme_system_modules_uninstall($variables) { } $rows[] = array( array('data' => drupal_render($form['uninstall'][$module]), 'align' => 'center'), - '', - array('data' => drupal_render($form['modules'][$module]['description']) . $disabled_message, 'class' => array('description')), + SafeMarkup::set(''), + array('data' => SafeMarkup::set(drupal_render($form['modules'][$module]['description']) . $disabled_message), 'class' => array('description')), ); }