Browse Source

Missing <div> on seq extract form too

spficklin 12 years ago
parent
commit
3610c92fc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tripal_feature/includes/seq_extract.inc

+ 1 - 0
tripal_feature/includes/seq_extract.inc

@@ -51,6 +51,7 @@ function tripal_feature_seq_extract_page() {
   }
   $output .= "<div id=\"tripal-feature-seq-extract-form-block\">";
   $output .= drupal_get_form('tripal_feature_seq_extract_form');  
+  $output .= "</div>";
   return $output;
 }
 /*