Explorar el Código

fixed resubmit link target

Lacey Sanderson hace 9 años
padre
commit
844bc1b784
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>