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-list.html.twig
index 44d4766d44b20d97b3480a289f01320855412a34..50cc74ba13fb0a8f922c2471cdce7c98246c9c01 100644 (file)
@@ -26,7 +26,9 @@
   <{{ list.type }}{{ list.attributes }}>
 
     {% for row in rows %}
-      <li{{ row.attributes }}>{{ row.content }}</li>
+      <li{{ row.attributes }}>
+        {{- row.content -}}
+      </li>
     {% endfor %}
 
   </{{ list.type }}>