From 6355c60bcdab2fbff228906bb8bb0af54f80ad1e Mon Sep 17 00:00:00 2001 From: Oror Date: Tue, 19 Aug 2025 00:08:37 +0200 Subject: [PATCH] Fixed a minor link with missing .php Signed-off-by: Oror --- server/templates/feed.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/templates/feed.tpl b/server/templates/feed.tpl index d8108fb..9a30b2d 100644 --- a/server/templates/feed.tpl +++ b/server/templates/feed.tpl @@ -1,7 +1,7 @@ {include file="_head.tpl"}

- ← Back + ← Back

{if isset($feed->url, $feed->title, $feed->description)} @@ -42,4 +42,4 @@ -{include file="_foot.tpl"} \ No newline at end of file +{include file="_foot.tpl"}