diff --git a/core/templates/ui/drilldown/table_results_partial.html b/core/templates/ui/drilldown/table_results_partial.html
index 0c4a7c2..cd7aa35 100644
--- a/core/templates/ui/drilldown/table_results_partial.html
+++ b/core/templates/ui/drilldown/table_results_partial.html
@@ -19,12 +19,12 @@
{% if column.is_ordered %}
{% is_descending column.order_by as descending %}
{% if descending %}
- {% block table.desc_icon %}↓{% endblock table.desc_icon %}
+ {% block table.desc_icon %}{% endblock table.desc_icon %}
{% else %}
- {% block table.asc_icon %}↑{% endblock table.asc_icon %}
+ {% block table.asc_icon %}{% endblock table.asc_icon %}
{% endif %}
{% else %}
- {% block table.orderable_icon %}⥯{% endblock table.orderable_icon %}
+ {% block table.orderable_icon %}{% endblock table.orderable_icon %}
{% endif %}