diff --git a/templates/EbookGrid.php b/templates/EbookGrid.php index cefb1e70..6fbb5840 100644 --- a/templates/EbookGrid.php +++ b/templates/EbookGrid.php @@ -15,7 +15,9 @@ if(!isset($ebooks)){
= Formatter::ToPlainText($ebook->Title) ?>
foreach($ebook->Authors as $author){ ?> - + if($author->Name != 'Anonymous'){ ?> + + } ?> } ?> } ?> diff --git a/www/ebooks/ebook.php b/www/ebooks/ebook.php index e3555e99..841a5cef 100644 --- a/www/ebooks/ebook.php +++ b/www/ebooks/ebook.php @@ -75,7 +75,9 @@ catch(\Exception $ex){