From 1514afebbeb98bebfdb7a4aee70f03d29b9035b0 Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Thu, 29 May 2025 22:19:57 -0400 Subject: [PATCH] Fix RSS --- tkr/public/rss/index.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tkr/public/rss/index.php b/tkr/public/rss/index.php index 40b42b8..b1f694b 100644 --- a/tkr/public/rss/index.php +++ b/tkr/public/rss/index.php @@ -1,14 +1,16 @@ itemsPerPage)); header('Content-Type: application/rss+xml; charset=utf-8'); -$ticks = iterator_to_array(stream_ticks($tickLocation, ITEMS_PER_PAGE)); - echo '' . "\n"; ?>