--- old\user_badges.admin.inc	2011-10-10 09:55:34.453125000 -0400
+++ new\user_badges.admin.inc	2011-10-10 10:06:27.937500000 -0400
@@ -664,7 +664,7 @@ function user_badges_settings_form($form
     '#description' => t('If checked, only the badge associated to blocked users will be shown, overriding other badges the user eventually has as well as any other settings.') . ' <br />' .
       t('Note that if there is no badge associated to blocked users, no badges will appear.') . ' <br />' .
       t('This option only acts on blocked users and has no repercussions on active user badges.'),
-    '#attributes' => array('class' => 'container-inline'),
+    '#attributes' => array('class' => array('container-inline')),
   );
 
   $form['userweight'] = array(
@@ -674,7 +674,7 @@ function user_badges_settings_form($form
     '#default_value' => variable_get('user_badges_userweight', 0),
     '#description' => t('If checked, users will have the ability to reweight their badges in their profile, enabling them to set what order their badges display, and also which badges will display if a limit is set above.') . ' <br />' .
       t('Note that you can make individual badges exempt from this function, allowing you to force them to the top or bottom of the list by giving them a very high or low weight value.') . ' <br />',
-    '#attributes' => array('class' => 'container-inline'),
+    '#attributes' => array('class' => array('container-inline')),
   );
 
   if (module_exists('imagecache')) {
@@ -684,7 +684,7 @@ function user_badges_settings_form($form
       '#title' => t('Allow ImageCache to size badges'),
       '#default_value' => variable_get('user_badges_imagecache', 0),
       '#description' => t('The ImageCache module is available, if you choose this option, it will be used to format the badge image. The preset name is "user-badges".'),
-      '#attributes' => array('class' => 'container-inline'),
+      '#attributes' => array('class' => array('container-inline')),
     );
   }
   else {
@@ -747,7 +747,7 @@ function user_badges_settings_form($form
       '#default_value' => variable_get('user_badges_vid', ''),
       '#options' => $selects,
       '#description' => t('Optional. Select a vocabulary to associate badges with. You can optionally associate each badge with one term in this vocabulary.'),
-      '#attributes' => array('class' => 'container-inline'),
+      '#attributes' => array('class' => array('container-inline')),
     );
   }
 
