diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc
index 1fa53e8..43115a6 100644
--- a/core/modules/system/system.admin.inc
+++ b/core/modules/system/system.admin.inc
@@ -316,9 +316,9 @@ function theme_system_modules_uninstall($variables) {
     }
     $rows[] = array(
       array('data' => drupal_render($form['uninstall'][$module]), 'align' => 'center'),
-      '<label for="' . $form['uninstall'][$module]['#id'] . '" class="module-name table-filter-text-source">' . drupal_render($form['modules'][$module]['name']) . '</label>',
-      array('data' => drupal_render($form['modules'][$module]['description']) . $disabled_message, 'class' => array('description')),
-    );
+      SafeMarkup::set('<label for="' . $form['uninstall'][$module]['#id'] . '" class="module-name table-filter-text-source">' . drupal_render($form['modules'][$module]['name']) . '</label>'),
+      array('data' => SafeMarkup::set(drupal_render($form['modules'][$module]['description']) . $disabled_message), 'class' => array('description')),
+     );
   }
 
   $table = array(
