From d75d84700426b49adcbaf6b8c18cc22c8d2f255e Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 23 Jun 2022 09:34:10 -0500 Subject: [PATCH] Add author name to RSS entries --- templates/RssFeed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/RssFeed.php b/templates/RssFeed.php index 933e2e39..4ea958a1 100644 --- a/templates/RssFeed.php +++ b/templates/RssFeed.php @@ -25,7 +25,7 @@ print("\n"); - <?= Formatter::ToPlainXmlText($entry->Title) ?> + <?= Formatter::ToPlainXmlText($entry->Title) ?>, by <?= Formatter::ToPlainXmlText(strip_tags($entry->AuthorsHtml)) ?> Url) ?> Description) ?> Timestamp->format('r') ?>