commit 69333fcbac527823fc72a02ccfb7a0a6805e9a73 Author: Dan Smith Date: Sat Mar 29 15:26:41 2014 +0100 2214241-81 diff --git a/core/modules/system/templates/field.html.twig b/core/modules/system/templates/field.html.twig index a2a1485..ecf4406 100644 --- a/core/modules/system/templates/field.html.twig +++ b/core/modules/system/templates/field.html.twig @@ -43,12 +43,12 @@ {% else %} {% for delta, item in items %} {% if not label_hidden %} -
+
{{ label }}
{{ item }}
{% else %} -
{{ item }}
+
{{ item }}
{% endif %} {% endfor %} {% endif %}