Move from Xhtml to Html. re #73

このコミットが含まれているのは:
Sébastien Lucas 2013-06-25 08:40:08 +02:00
コミット 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;
}
}