diff --git a/media_ext.xml b/media_ext.xml
index 22b3b6f7d06029a81d8e4fdf8f9d75e736d489ca..20835fe553e957c19b083a0d1f7a3303e8923ce1 100644
--- a/media_ext.xml
+++ b/media_ext.xml
@@ -22,14 +22,9 @@ layout: null
         {% endfor -%}
       {% endcapture -%}
 
-      {% capture persons2 -%}
-        {% for person in video.persons %}{{person}}{% unless forloop.last %} und {% endunless %}
-        {% endfor -%}
-      {% endcapture -%}
+      {% capture persons2 -%}{% for person in video.persons %}{{person}}{% unless forloop.last %} und {% endunless %}{% endfor -%}{% endcapture -%}
 
-      {% capture persons3 -%}
-{{whitespace}} von {{persons2}}
-      {% endcapture -%}
+      {% capture persons3 -%}{{whitespace}} von {{persons2}}{% endcapture -%}
 
       {% if video.event and video.event != '' -%}
         {% for e in site.events -%}