Browse Source

Tripal Search adheres to Drupal coding standards

Pubudu Basnayaka 12 years ago
parent
commit
54ef68ba95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_search/tripal_search.module

+ 1 - 1
tripal_search/tripal_search.module

@@ -45,7 +45,7 @@ function tripal_search_form_alter(&$form, $form_state, $form_id) {
           '#value' => "<br /><br /><a id=\"tripal_search_link\" href=\"".
                       url('tripal_search/'. arg(1) .'/'. urlencode(search_get_keys()),
                       array('query' => trim($get)?$get:NULL)) .
-                      "\">Download features (multi-FASTA format)</a><br><br>");
+                      "\">Download features (multi-FASTA format)</a><br /><br />");
 
     }
   }