diff --git a/rcr/templates/rcr/results.html b/rcr/templates/rcr/results.html
index acb9e46a..a3929c8b 100644
--- a/rcr/templates/rcr/results.html
+++ b/rcr/templates/rcr/results.html
@@ -34,7 +34,7 @@
{% if forloop.last %}
{{cat}}
{% else %}
- {{cat}},
+ {{cat}}|
{% endif %}
{% endfor %}
@@ -44,7 +44,7 @@
{% if forloop.last %}
{{cat}}
{% else %}
- {{cat}},
+ {{cat}}|
{% endif %}
{% endfor %}