diff --git a/core/includes/batch.inc b/core/includes/batch.inc
index cc70557..0958c3a 100644
--- a/core/includes/batch.inc
+++ b/core/includes/batch.inc
@@ -170,7 +170,7 @@ function _batch_progress_page() {
   $build = array(
     '#theme' => 'progress_bar',
     '#percent' => $percentage,
-    '#message' => $message,
+    '#message' => array('#markup' => $message),
     '#label' => $label,
     '#attached' => array(
       'html_head' => array(
