diff --git a/files/templates/component/sorting_time.html b/files/templates/component/sorting_time.html
index e6e72ee11..49c74f1fb 100644
--- a/files/templates/component/sorting_time.html
+++ b/files/templates/component/sorting_time.html
@@ -5,7 +5,7 @@
{% for possible_sort in (SORTS_ALL if is_comment else SORTS_POSTS) %}
{%- if sort != possible_sort -%}
- {{possible_sort | capitalize}}
+ {{possible_sort | capitalize}}
{%- endif -%}
{% endfor %}