Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / templates / views-view-unformatted.html.twig
index 7ee1f81e5bc834d31b29f2a0141dbc3e486129f6..b67b5f7d7ce956ba82f025c2cc9416b5c8e43b30 100644 (file)
@@ -27,6 +27,6 @@
     ]
   %}
   <div{{ row.attributes.addClass(row_classes) }}>
-    {{ row.content }}
+    {{- row.content -}}
   </div>
 {% endfor %}