summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/search.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-12-10 12:25:38 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-12-10 12:25:38 +0100
commit0a8e5ee78fb231606a0b43f6688aca47e941d91c (patch)
tree6ca9f83c9706430d72224c928feeb41d5ef55d23 /hyperkitty/templates/search.html
parentc29c544ad61059f2360845b48f4f44b76687d153 (diff)
downloadhyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.tar.gz
hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.tar.xz
hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.zip
Non-code changes (license texts, indentation, etc.)
Diffstat (limited to 'hyperkitty/templates/search.html')
-rw-r--r--hyperkitty/templates/search.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html
index 18d2710..3db0b1c 100644
--- a/hyperkitty/templates/search.html
+++ b/hyperkitty/templates/search.html
@@ -23,7 +23,7 @@
<a href="{% url search_tag mlist_fqdn=list_address, tag=email.category_tag %}">{{email.category}}</a>
</div>
{% endif %}
- {% if email.category %}
+ {% if email.category %}
<div class="inline-block type type_{{email.category|lower}}">
<a href="{% url search_tag mlist_fqdn=list_address, tag=email.category|lower %}">{{email.category}}</a>
</div>
@@ -95,3 +95,5 @@ Sorry no emails could be found for your search.
});
</script>
{% endblock %}
+
+{# vim: set noet: #}