Fix cover zoom in HTML catalog
このコミットが含まれているのは:
コミット
9b94da72ac
1個のファイルの変更、2行の追加、1行の削除
3
data.php
3
data.php
|
@ -94,7 +94,8 @@ class Data extends Base {
|
||||||
|
|
||||||
if (preg_match ('/^\//', $config['calibre_directory']))
|
if (preg_match ('/^\//', $config['calibre_directory']))
|
||||||
{
|
{
|
||||||
return new Link ("fetch.php?id=$book->id" . $textData . "&type=" . $type, $mime, $rel, $title);
|
if ($type != "jpg") $textData .= "&type=" . $type;
|
||||||
|
return new Link ("fetch.php?id=$book->id" . $textData, $mime, $rel, $title);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
読み込み中…
Add table
Add a link
新しいイシューから参照