diff -ur panels.orig/content_types/custom.inc panels/content_types/custom.inc
--- panels.orig/content_types/custom.inc	2006-07-21 21:36:10.000000000 -0700
+++ panels/content_types/custom.inc	2006-07-29 17:36:37.000000000 -0700
@@ -16,7 +16,7 @@
  */
 function panels_content_custom($conf) {
   $title = filter_xss_admin($conf['title']);
-  $body = check_markup($conf['body'], FALSE, $conf['format'], false);
+  $body = check_markup($conf['body'], $conf['format'], false);
   return theme('panels_content_custom', $title, $body);
 }
 
