aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Zurich.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm
index 502748c90..7e1f64e8e 100644
--- a/perllib/FixMyStreet/Cobrand/Zurich.pm
+++ b/perllib/FixMyStreet/Cobrand/Zurich.pm
@@ -614,7 +614,7 @@ sub admin_stats {
$body .= join( ',',
$report->id, $report->created,
$report->local_coords, $report->category,
- $report->state, $report->user_id, $body_name )
+ $report->state, $report->user_id, "\"$body_name\"" )
. "\n";
}
$c->res->content_type('text/csv; charset=utf-8');