Przeglądaj źródła

Missing div in pub search

Stephen Ficklin 11 lat temu
rodzic
commit
baac4e2fd4
1 zmienionych plików z 1 dodań i 1 usunięć
  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(