From 3b950cd93f2e328e4c602cfe54f1a3501ad2b112 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 2 Dec 2021 20:27:41 +0200 Subject: [PATCH] dsffds --- files/routes/feeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/feeds.py b/files/routes/feeds.py index eb3916816..50b49c980 100644 --- a/files/routes/feeds.py +++ b/files/routes/feeds.py @@ -25,7 +25,7 @@ def feeds_user(sort='hot', t='all'): doc, tag, text = Doc().tagtext() - with tag("feed", ("xmlns:media","https://search.yahoo.com/mrss/"), xmlns="https://www.w3.org/2005/Atom",): + with tag("feed", ("xmlns:media","http://search.yahoo.com/mrss/"), xmlns="http://www.w3.org/2005/Atom",): with tag("title", type="text"): text(f"{sort} posts from {domain}")