From d647ebb3adc73e0fb2b81b8661bab94fbace8520 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sat, 29 Jul 2023 18:36:01 +0530 Subject: Fix bugs related to filtering --- views/index.tpl | 4 ++-- views/list_feeds.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'views') diff --git a/views/index.tpl b/views/index.tpl index 52e997f..fd26295 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -62,7 +62,7 @@
% include("tag_hover_help.tpl")
@@ -138,7 +138,7 @@ % end % if included_tags: - + % end % include("footer.tpl") diff --git a/views/list_feeds.tpl b/views/list_feeds.tpl index 3c60f06..d780789 100644 --- a/views/list_feeds.tpl +++ b/views/list_feeds.tpl @@ -42,4 +42,4 @@ % include("footer.tpl") - \ No newline at end of file + -- cgit v1.2.3-57-g22cb