Remove the image used in the OPDS catalog in the HTML catalog. Reported by Thomas Severinsen.
This commit is contained in:
parent
e6560be28c
commit
0d43027f75
|
@ -226,6 +226,7 @@
|
|||
<div class="entryContent"><?php echo htmlspecialchars ($entry->content) ?></div>
|
||||
<?php
|
||||
foreach ($entry->linkArray as $link) {
|
||||
if ($link->type != Link::OPDS_NAVIGATION_TYPE) { continue; }
|
||||
?>
|
||||
<a href="<?php echo $link->hrefXhtml () ?>" class="navigation">nav</a>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue