From 892744990d12d1460548d3573a941b723ded25ac Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 24 Nov 2013 12:33:12 -0800 Subject: [PATCH] Issue #1982248 by Dragan Eror, marcus777: Markup for: views/templates/views-view-list.tpl.php. --- .../views/templates/views-view-list.html.twig | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/core/modules/views/templates/views-view-list.html.twig b/core/modules/views/templates/views-view-list.html.twig index f07429cebe1..8de787cd4bd 100644 --- a/core/modules/views/templates/views-view-list.html.twig +++ b/core/modules/views/templates/views-view-list.html.twig @@ -25,21 +25,14 @@

{{ title }}

{% endif %} - {% if list.type == 'ul' %} - - {% else %} - - {% endif %} + <{{ list.type }}{{ list.attributes }}> - {% for row in rows %} - {{ row.content }} - {% endfor %} + {% for row in rows %} + {{ row.content }} + {% endfor %} + + - {% if list.type == 'ul' %} - - {% else %} - - {% endif %} {% if attributes -%} {% endif %}