? .DS_Store
? better_description_style.patch
? lock_settings_too.patch
Index: spaces_admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/spaces/spaces_admin.inc,v
retrieving revision 1.1.4.10
diff -u -p -r1.1.4.10 spaces_admin.inc
--- spaces_admin.inc	4 Jan 2009 05:28:44 -0000	1.1.4.10
+++ spaces_admin.inc	2 Feb 2009 04:04:22 -0000
@@ -746,7 +746,7 @@ function theme_spaces_features_form($for
       // Yank title & description fields off the form element for
       // rendering in their own cells.
       $feature_name = "<strong>". $form[$type][$element]['#title'] ."</strong>";
-      $description = "<div class='description'>". $form[$type][$element]['#description'] ."</div>";
+      $description = $form[$type][$element]['#description'];
       unset($form[$type][$element]['#title']);
       unset($form[$type][$element]['#description']);
 
