--- drigg_ui.module	2008-10-14 21:59:32.000000000 +0200
+++ drigg_ui.module.patched	2008-10-14 21:56:53.000000000 +0200
@@ -404,7 +404,7 @@ function drigg_ui_node_list($action,$fil
   #drupal_set_message($query);
 
 
-  $output = '';
+  $output = "<div class='drigg_$action'";
 
   // How many items to be shown in each page?
   if(variable_get('drigg_hide_archived_menu',FALSE) && $action == 'archived'){
@@ -435,7 +435,7 @@ function drigg_ui_node_list($action,$fil
   }
 
   $output .= theme('pager', NULL, variable_get('drigg_items_in_main_page', 20), 0);
-
+  $output .= "</div>";
   return $output;
 }
 
