? rubik-933222.patch
Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/rubik/Attic/template.php,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 template.php
--- template.php	28 Sep 2010 20:50:29 -0000	1.1.2.1
+++ template.php	27 Dec 2010 20:37:34 -0000
@@ -524,6 +524,9 @@ function rubik_filter_form($form) {
       $select .= drupal_render($form[$key]);
     }
   }
+  if (!$select) {
+    $select = drupal_render($form['format']);
+  }
   $help = theme('filter_tips_more_info');
   $output = "<div class='filter-options clear-block'>{$select}{$help}</div>";
   return $output;
