--- faceted_search_ui.module	20 Oct 2008 22:55:33 -0000	1.78
+++ faceted_search_ui.module	25 Nov 2008 03:31:50 -0000
@@ -992,7 +992,7 @@
       }
       $link = faceted_search_ui_build_path($env_id, $ui_state, '', $facets);
       // Note: get_label() is responsible for filtering its returned string.
-      $breadcrumb[] = l($category->get_label(TRUE), $link, array(), NULL, NULL, FALSE, TRUE);
+      $breadcrumb[] = l($category->get_label(TRUE), $link, array("html" => TRUE));
     }
     if ($category && $context != 'related') {
       // The last category needs not be a link to itself since it is already in
@@ -1324,7 +1324,7 @@
 function theme_faceted_search_ui_category($category, $path) {
   // Note: get_label() is responsible for filtering its returned string.
   if ($path) {
-    $label = l($category->get_label(TRUE), $path, array(), NULL, NULL, NULL, TRUE);
+    $label = l($category->get_label(TRUE), $path, array("html" => TRUE));
   }
   else {
     $label = $category->get_label(TRUE);
