diff --git a/contentdm.module b/contentdm.module
index 741ed91..a04e51e 100644
--- a/contentdm.module
+++ b/contentdm.module
@@ -555,7 +555,7 @@ function contentdm_create_wrapper($alias, $pointer) {
   // Assemble the node. 
   $node = new stdClass();
   $node->type = 'contentdm_wrapper';
-  $node->format = 2; // Full HTML.
+//  $node->format = 2; // Full HTML.
   $node->uid = $owner;
   $node->status = (in_array('status', variable_get('node_options_contentdm_wrapper', 0))) ? 1 : 0;
   $node->promote = (in_array('promote', variable_get('node_options_contentdm_wrapper', 0))) ? 1 : 0;
