diff -rwu storm/stormtimetracking/stormtimetracking.module temp/storm/stormtimetracking/stormtimetracking.module
--- storm/stormtimetracking/stormtimetracking.module	2009-02-15 03:03:36.000000000 -0600
+++ temp/storm/stormtimetracking/stormtimetracking.module	2009-04-17 00:56:28.000000000 -0500
@@ -416,7 +416,7 @@
   );
 
   if ($type->has_body) {
-    $form['body'] = array(
+    $form['body_filter']['body'] = array(
       '#type' => 'textarea',
       '#title' => check_plain($type->body_label),
       '#default_value' => $node->body,
