commit 287a09a04eab89e72d7330a86e89bd9c0802e8c6 Author: Shane Auckland Date: Fri Apr 19 16:01:30 2013 +0100 1843754-new_changes diff --git a/core/modules/views/templates/views-view-list.html.twig b/core/modules/views/templates/views-view-list.html.twig index f8c2a74..566231a 100644 --- a/core/modules/views/templates/views-view-list.html.twig +++ b/core/modules/views/templates/views-view-list.html.twig @@ -23,11 +23,22 @@ {% if title %}

{{ title }}

{% endif %} - <{{ list.type }}{{ list.attributes }}> + + {% if list.type is ul %} + + {% else %} + + {% endif %} + {% for id, row in rows %} {{ row }} {% endfor %} - + + {% if list.type is ul %} + + {% else %} + + {% endif %} {% if wrapper_attributes -%} {% endif %}