mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Restructure how incorrect ebook URLs are redirected
This commit is contained in:
parent
d6a2bdcbc8
commit
d4c7703cf0
6 changed files with 62 additions and 72 deletions
|
@ -37,7 +37,7 @@ $collection = $collection ?? null;
|
|||
<? } ?>
|
||||
</div>
|
||||
<div class="details">
|
||||
<? if($ebook->ContributorsHtml !== null){ ?>
|
||||
<? if($ebook->ContributorsHtml != ''){ ?>
|
||||
<div>
|
||||
<p><?= rtrim($ebook->ContributorsHtml, '.') ?></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue