--- content_moderation.module.orig	2010-01-14 18:11:57.000000000 +0100
+++ content_moderation.module	2010-01-14 18:12:13.000000000 +0100
@@ -174,8 +174,8 @@ function content_moderation_nodeapi(&$no
         $revision_author = user_load($node->revision_uid);
         drupal_set_message(
           t('You are currently viewing a revision of this node created on @date by !author.',
-            array('
-              @date'=>format_date($node->revision_timestamp, 'small'),
+            array(
+             '@date'=>format_date($node->revision_timestamp, 'small'),
              '!author'=>theme('username', $revision_author)
             )
           )
