diff --git a/templates/table/structure/table_structure_row.twig b/templates/table/structure/table_structure_row.twig index c85df1811c..14a1ae0b2e 100644 --- a/templates/table/structure/table_structure_row.twig +++ b/templates/table/structure/table_structure_row.twig @@ -9,7 +9,7 @@ - {{ extracted_columnspec['displayed_type'] }} + {{ extracted_columnspec['displayed_type']|raw }} {% if relation_commwork and relation_mimework and browse_mime and mime_map[row['Field']]['mimetype'] is defined %}
MIME: {{ mime_map[row['Field']]['mimetype']|replace({'_': '/'})|lower }}