From a3422ce0682e1261c64ea6efe67f1bdcd851109e Mon Sep 17 00:00:00 2001 From: nyaadev Date: Sat, 13 May 2017 16:14:00 +0200 Subject: [PATCH] RSS: Fix #2 #5 and #12 --- nyaa/routes.py | 1 - nyaa/templates/layout.html | 1 + nyaa/templates/rss.xml | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/nyaa/routes.py b/nyaa/routes.py index b92c070..d4ea7a3 100644 --- a/nyaa/routes.py +++ b/nyaa/routes.py @@ -121,7 +121,6 @@ def search(term='', user=None, sort='id', order='desc', category='0_0', quality_ if rss: sort = sort_keys['id'] order = 'desc' - page = 1 same_user = False if flask.g.user: diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 1b4eb87..3491297 100644 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -8,6 +8,7 @@ +