Ver Fonte

fixed resubmit link target

Lacey Sanderson há 9 anos atrás
pai
commit
844bc1b784
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      theme/blast_report.tpl.php

+ 1 - 1
theme/blast_report.tpl.php

@@ -331,7 +331,7 @@ else {
 
 <p><?php print l(
   'Edit this query and re-submit', 
-  '../../' . $blast_job->form_options['job_url'],
+  $blast_job->form_options['job_url'],
   array('query' => array('jid' => base64_encode($job_id))));
 ?></p>
 </div>