From 8e2bb6edb0cd9b900ef3aa7d1b9c7231dab23a8e Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 15 Nov 2024 21:26:02 -0600 Subject: [PATCH] Fix broken XHTML file inclusion in feeds --- templates/AtomFeedEntry.php | 4 ++-- templates/OpdsAcquisitionEntry.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/AtomFeedEntry.php b/templates/AtomFeedEntry.php index a6f03073..eca8a0f7 100644 --- a/templates/AtomFeedEntry.php +++ b/templates/AtomFeedEntry.php @@ -40,7 +40,7 @@ use function Safe\filesize; Azw3Url)){ ?> - TextSinglePageUrl)){ ?> - + TextSinglePageUrl . '.xhtml')){ ?> + diff --git a/templates/OpdsAcquisitionEntry.php b/templates/OpdsAcquisitionEntry.php index 28621844..5d2bf73c 100644 --- a/templates/OpdsAcquisitionEntry.php +++ b/templates/OpdsAcquisitionEntry.php @@ -53,7 +53,7 @@ use function Safe\filesize; Azw3Url)){ ?> - TextSinglePageUrl)){ ?> - + TextSinglePageUrl . '.xhtml')){ ?> +