diff --git a/templates/cid_scores.html b/templates/cid_scores.html
index 13bc7a79..512d92a1 100644
--- a/templates/cid_scores.html
+++ b/templates/cid_scores.html
@@ -34,7 +34,7 @@
The following Case Collections have been found.
Case Collection
{% for collection in case_collections %}
- {{collection.name}} {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}
+ {{collection.name}} {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}
{% endfor %}