diff --git a/kjvstudy_org/templates/chapter.html b/kjvstudy_org/templates/chapter.html
index bea610f..a6fd435 100644
--- a/kjvstudy_org/templates/chapter.html
+++ b/kjvstudy_org/templates/chapter.html
@@ -271,10 +271,7 @@ hr::before {
{% for group in commentary.cross_reference_groups %}
- {{ group.description }}:
- {% for ref in group.refs %}
- {{ ref.text }}{% if not loop.last %}; {% endif %}
- {% endfor %}.{% if not loop.last %}
{% endif %}
+ {{ group.description }}: {% for ref in group.refs %}{{ ref.text }}{% if not loop.last %}; {% endif %}{% endfor %}.{% if not loop.last %}
{% endif %}
{% endfor %}
{% endif %}