diff --git a/Resources/views/Report/export.csv.twig b/Resources/views/Report/export.csv.twig index 172e4be5f..e54f1cd24 100644 --- a/Resources/views/Report/export.csv.twig +++ b/Resources/views/Report/export.csv.twig @@ -10,11 +10,11 @@ {% for report in reports %}{# #}{{ report.id }},{# - #}"{{ report.person }}",{# - #}"{{ report.person.id }}",{# + #}"{{ report.person|csv_cell }}",{# + #}"{{ report.person.id|csv_cell }}",{# #}"{{ report.date|localizeddate('short', 'none') }}",{# - #}"{{ report.user }}",{# - #}"{{ report.cFGroup.getName(app.request.locale) }}",{# + #}"{{ report.user|csv_cell }}",{# + #}"{{ report.cFGroup.getName(app.request.locale)|csv_cell }}",{# #}{% for customField in report.cFGroup.customFields %}{# #}{% if customField.type == 'title' %}{# #}""{#