From 1374375a163404078cee816cb87f6dbc8179d735 Mon Sep 17 00:00:00 2001 From: Alex Ingram Date: Sun, 24 Feb 2019 08:07:49 -0600 Subject: [PATCH] Fix category icon display issue. (#547) --- nyaa/templates/search_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyaa/templates/search_results.html b/nyaa/templates/search_results.html index 1bf03b5..4e41eb4 100644 --- a/nyaa/templates/search_results.html +++ b/nyaa/templates/search_results.html @@ -66,7 +66,7 @@ {% else %} {% endif %} - {{ category_name(cat_id) }} + {{ category_name(cat_id) }}