=== modified file 'shipping/uc_quote/uc_quote.module'
--- shipping/uc_quote/uc_quote.module	2009-07-21 14:29:21 +0000
+++ shipping/uc_quote/uc_quote.module	2009-07-30 13:29:26 +0000
@@ -753,7 +753,7 @@
   global $user;
   switch ($op) {
     case 'view':
-      $description = check_markup(variable_get('uc_quote_pane_description', t('Shipping quotes are generated automatically when you enter your address and may be updated manually with the button below.')), variable_get('uc_quote_desc_format', FILTER_FORMAT_DEFAULT));
+      $description = check_markup(variable_get('uc_quote_pane_description', t('Shipping quotes are generated automatically when you enter your address and may be updated manually with the button below.')), variable_get('uc_quote_desc_format', FILTER_FORMAT_DEFAULT), FALSE);
 
       // Let Javascript know where we are.
       $contents['page'] = array('#type' => 'hidden',


