Skip to content

Commit

Permalink
Fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
seblucas committed Jul 2, 2012
1 parent 76f2fa7 commit 19ffc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getHtmlLink () {
}
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);
}
}

Expand Down

0 comments on commit 19ffc41

Please sign in to comment.