commit 85280768b0bf1e76a704536af41e206170505c08 Author: Shane Auckland Date: Fri Apr 19 18:28:28 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 566231a..5e2d2eb 100644 --- a/core/modules/views/templates/views-view-list.html.twig +++ b/core/modules/views/templates/views-view-list.html.twig @@ -24,7 +24,7 @@

{{ title }}

{% endif %} - {% if list.type is ul %} + {% if list.type == 'ul' %} {% else %} @@ -34,7 +34,7 @@ {{ row }} {% endfor %} - {% if list.type is ul %} + {% if list.type == 'ul' %} {% else %}