Эх сурвалжийг харах

Missing <div> on seq extract form too

spficklin 12 жил өмнө
parent
commit
3610c92fc3

+ 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;
 }
 /*