Browse Source

fixed resubmit link target

Lacey Sanderson 9 năm trước cách đây
mục cha
commit
844bc1b784
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>