Browse Source

Missing div in pub search

Stephen Ficklin 11 năm trước cách đây
mục cha
commit
baac4e2fd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tripal_pub/includes/pub_search.inc

+ 1 - 1
tripal_pub/includes/pub_search.inc

@@ -306,7 +306,7 @@ function theme_tripal_pub_search_form($form) {
   $headers = array();  
   $markup  = drupal_render($form['instructions']) . "
      <div id=\"pub-search-form-row1\">$table</div>
-     <div style=\"clear: both;\">
+     <div style=\"clear: both;\"></div>
   "; 
   
   $form['criteria'] = array(