summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-15 14:24:07 +0300
committerAndrew Dolgov <[email protected]>2019-03-15 14:24:07 +0300
commit8edc1c85da620ae0a7e1a074b49c33e4cb9899a3 (patch)
treeafdf8c42969593f0f352620a5aca972df1a62b17 /index.php
parentfc16a6215ab253c158d0fba85d6571581589c1ad (diff)
fix cover placeholders
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6f3eaf4..e0f11e0 100644
--- a/index.php
+++ b/index.php
@@ -241,7 +241,7 @@
$cover_link = "backend.php?" . http_build_query(["op" => "cover", "id" => $line["id"], "ts" => $cover_mtime]);
} else {
- $cover_link = "holder.js/120x180";
+ $cover_link = "";
}
$author_link = "?" . http_build_query(["query" => $line["author_sort"]]);