diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt index 40f64f51c3..181eb35d6c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -279,9 +279,9 @@ function reloadPage(p) { [% FOREACH csv_profile IN csv_profiles %] [% csv_profile.export_format_id %] - [% csv_profile.profile %] - [% csv_profile.description %] - [% csv_profile.content %] + [% csv_profile.profile |html %] + [% csv_profile.description |html %] + [% csv_profile.content |html %] [% csv_profile.csv_separator %] [% PROCESS type_description type_code = csv_profile.type %] [% PROCESS used_for_description used_for_code = csv_profile.used_for %]