Restructure how incorrect ebook URLs are redirected

This commit is contained in:
Alex Cabal 2024-11-11 13:58:10 -06:00
parent d6a2bdcbc8
commit d4c7703cf0
6 changed files with 62 additions and 72 deletions

View file

@ -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>