浏览代码

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>