浏览代码

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