Преглед на файлове

Missing <div> on seq extract form too

spficklin преди 12 години
родител
ревизия
3610c92fc3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;
 }
 /*