From bdee0485b77142c35663698094ac46bec41ca0aa Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Tue, 3 Apr 2018 21:55:04 +0200
Subject: [PATCH] Update serach index

---
 templates/search/indexes/journals/publication_text.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/search/indexes/journals/publication_text.txt b/templates/search/indexes/journals/publication_text.txt
index dcd1268e3..6db507fe4 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 %}
-- 
GitLab