diff --git a/plugins/content_types/custom/custom.inc b/plugins/content_types/custom/custom.inc
index 7cc05b5..3dce164 100644
--- a/plugins/content_types/custom/custom.inc
+++ b/plugins/content_types/custom/custom.inc
@@ -16,7 +16,7 @@
 $plugin = array(
   'title' => t('Custom content'),
   'no title override' => TRUE,
-  'defaults' => array('admin_title' => '', 'title' => '', 'body' => '', 'format' => filter_fallback_format(), 'substitute' => TRUE),
+  'defaults' => array('admin_title' => '', 'title' => '', 'body' => '', 'format' => filter_default_format(), 'substitute' => TRUE),
   'js' => array('misc/autocomplete.js', 'misc/textarea.js', 'misc/collapse.js'),
   // Make sure the edit form is only used for some subtypes.
   'edit form' => '',
@@ -128,7 +128,7 @@ function ctools_custom_content_type_get_conf($subtype, $conf) {
           'admin_title' => t('Missing/deleted content'),
           'title' => '',
           'body' => '',
-          'format' => filter_fallback_format(),
+          'format' => filter_default_format(),
           'substitute' => TRUE,
           'custom_type' => 'fixed',
           'content' => $content,
