Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / templates / views-view-list.html.twig
index 8de787cd4bd9b65c005ddafe04fb3272b9fc4b87..558b31a28d70a71dbed2ce0f15ec379338577bc1 100644 (file)
@@ -28,7 +28,9 @@
   <{{ list.type }}{{ list.attributes }}>
 
     {% for row in rows %}
-      <li{{ row.attributes }}>{{ row.content }}</li>
+      <li{{ row.attributes }}>
+        {{- row.content -}}
+      </li>
     {% endfor %}
 
   </{{ list.type }}>