diff --git a/www/ebooks/ebook.php b/www/ebooks/ebook.php index 9e75f16a..4543f233 100644 --- a/www/ebooks/ebook.php +++ b/www/ebooks/ebook.php @@ -68,7 +68,7 @@ catch(\Exception $ex){ include(WEB_ROOT . '/404.php'); exit(); } -?> strip_tags($ebook->TitleWithCreditsHtml), 'ogType' => 'book', 'coverUrl' => $ebook->DistCoverUrl, 'highlight' => 'ebooks', 'description' => 'The Standard Ebooks edition of ' . $ebook->Title . ': ' . $ebook->Description, 'jsonld' => $ebook->GenerateJsonLd()]) ?> +?> strip_tags($ebook->TitleWithCreditsHtml), 'ogType' => 'book', 'coverUrl' => $ebook->DistCoverUrl, 'highlight' => 'ebooks', 'description' => 'The Standard Ebooks edition of ' . $ebook->Title . ': ' . $ebook->Description, 'jsonld' => htmlentities($ebook->GenerateJsonLd(), ENT_NOQUOTES)]) ?>