ソースを参照

fixed resubmit link target

Lacey Sanderson 9 年 前
コミット
844bc1b784
1 ファイル変更1 行追加1 行削除
  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>