Index: biblio.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/biblio/biblio.module,v
retrieving revision 1.193
diff -u -4 -p -r1.193 biblio.module
--- biblio.module	4 Jun 2009 02:03:58 -0000	1.193
+++ biblio.module	11 Jun 2009 09:47:49 -0000
@@ -1189,10 +1189,10 @@ function biblio_form($node, $form_state)
       '#description' => t('You may enter a full text or HTML version of the publication here.'),
       '#weight' => 19
     );
     // embed filter form in "Full Text" fieldset, because it applies to the full text only
+    $form['body_field']['format'] = filter_form($node->format, 20);
   }
-  $form['format'] = filter_form($node->format, 20);
 
   return $form;
 }
 
@@ -2174,5 +2174,5 @@ function biblio_fix_isi_links(&$node) {
   }
   if (isset($node->biblio_accession_number) && preg_match ('/^ISI:/',$node->biblio_accession_number)){
     $node->biblio_accession_number = str_replace("ISI:", $isi, $node->biblio_accession_number);
   }
-}
\ No newline at end of file
+}
