Fix download link

This commit is contained in:
Sébastien Lucas 2012-07-02 21:00:01 +02:00
父節點 76f2fa7488
當前提交 19ffc419c8
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -78,7 +78,7 @@ class Data extends Base {
}
else
{
return self::getLink ($this->book, $this->extension, $this->getMimeType (), $rel, $this->getFilename (), $this->id, $title)->href;
return str_replace ("&", "&", self::getLink ($this->book, $this->extension, $this->getMimeType (), $rel, $this->getFilename (), $this->id, $title)->href);
}
}