diff -u b/core/modules/system/templates/item-list--inline.html.twig b/core/modules/system/templates/item-list--inline.html.twig --- b/core/modules/system/templates/item-list--inline.html.twig +++ b/core/modules/system/templates/item-list--inline.html.twig @@ -25,7 +25,7 @@ {%- if items -%} {%- for item in items -%} - {{ item.value }}{{ loop.last ? '' : ', ' }} + {{ item }}{{ loop.last ? '' : ', ' }} {%- endfor -%} {%- else -%} {{- empty -}}