diff --git a/templates/search/indexes/journals/publication_text.txt b/templates/search/indexes/journals/publication_text.txt
index dcd1268e359b78feaed737e10a82c38e0b43d26b..6db507fe4816b76de5751b31bbeff46c9264ebe2 100644
--- a/templates/search/indexes/journals/publication_text.txt
+++ b/templates/search/indexes/journals/publication_text.txt
@@ -4,4 +4,6 @@
 {{object.abstract}}
 {{object.doi_string}}
 {{object.citation}}
-{% for institution in object.institutions.all %}{{ institution.name }}{% endfor %}
+{% for institution in object.institutions.all %}
+{{ institution.name }}
+{% endfor %}