diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index f22081de7..045997287 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 %}