Move from Xhtml to Html. re #73

这个提交存在于:
Sébastien Lucas 2013-06-25 08:40:08 +02:00
父节点 e833172e99
当前提交 d3ce31c6be
共有 5 个文件被更改,包括 8 次插入9 次删除

查看文件

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