From 18f024d9c478353973335977e9fa65c747985cc1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 19 Aug 2022 23:55:43 +0200 Subject: [PATCH] another cosmetic change --- files/templates/sub/subs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index 045997287a..1b942b11d0 100644 --- a/files/templates/sub/subs.html +++ b/files/templates/sub/subs.html @@ -19,7 +19,7 @@ {% for sub, count in subs %} {{loop.index}} - {{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %} + {{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %} {{count}} {% endfor %}