From dec516e3f1dc7d87fccd2a9a8a6184f0ad203374 Mon Sep 17 00:00:00 2001
From: Alex Cabal
Date: Thu, 3 Sep 2020 17:02:44 -0500
Subject: [PATCH] Add period after series info
---
www/ebooks/ebook.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/ebooks/ebook.php b/www/ebooks/ebook.php
index f8dfd9c6..ef5c4103 100644
--- a/www/ebooks/ebook.php
+++ b/www/ebooks/ebook.php
@@ -93,7 +93,7 @@ catch(\Exception $ex){
if(sizeof($ebook->Collections) > 0){ ?>
foreach($ebook->Collections as $collection){ ?>
if($collection->SequenceNumber !== null){ ?>№ = number_format($collection->SequenceNumber) ?> in the }else{ ?>Part of the } ?> = Formatter::ToPlainText(preg_replace('/^The /ius', '', (string)$collection->Name) ?? '') ?>
- if(sizeof($ebook->Collections) == 1 && $collection->Type !== null){ ?> if(substr_compare(mb_strtolower($collection->Name), mb_strtolower($collection->Type), -strlen(mb_strtolower($collection->Type))) !== 0){ ?>= $collection->Type ?> } ?> }else{ ?>collection } ?>
+ if(sizeof($ebook->Collections) == 1 && $collection->Type !== null){ ?> if(substr_compare(mb_strtolower($collection->Name), mb_strtolower($collection->Type), -strlen(mb_strtolower($collection->Type))) !== 0){ ?>= $collection->Type ?> } ?> }else{ ?>collection } ?>.
} ?>
} ?>