--- webform.module.old	Sat Feb 14 04:18:14 2009
+++ webform.module	Wed Apr 29 06:57:49 2009
@@ -667,6 +667,8 @@ function webform_form(&$node, &$param) {
     '#rows' => 10,
     '#tree' => FALSE,
   );
+  
+  $form['webform']['settings']['format'] = filter_form($node->format);
 
   $form['webform']['settings']['confirmation'] = array(
     '#type' => 'textarea',
@@ -677,7 +679,6 @@ function webform_form(&$node, &$param) {
     '#rows' => 10,
   );
 
-  $form['webform']['settings']['format'] = filter_form($node->format);
   /* End Edit Form */
 
   /* Start per-role submission control */
