? filter_results_label_wrap.patch ? filter_results_label_wrap_b.patch Index: biblio.module =================================================================== RCS file: /cvs/drupal/contributions/modules/biblio/biblio.module,v retrieving revision 1.36.2.167 diff -u -p -r1.36.2.167 biblio.module --- biblio.module 1 Apr 2008 13:38:35 -0000 1.36.2.167 +++ biblio.module 9 Apr 2008 23:11:55 -0000 @@ -2135,7 +2135,7 @@ function biblio_show_results($result, $a $session = &$_SESSION['biblio_filter']; // if there are any filters in place, print them at the top of the list if (count($args)) { - $content .= ''.t('Filters').': '; + $content .= '
'.t('Filters').': '; while ($args) { $type = $args[0]; array_shift($args); @@ -2153,6 +2153,7 @@ function biblio_show_results($result, $a if ($inline != 'profile'){ $content .= '  '.l('['.t('Clear All Filters').']',"$base/filter/clear"); } + $content .= '
'; } } if ($inline === true) print '
';