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