From 31358b9d743e13c2881836b97541f434ff16fd8e Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Tue, 10 Feb 2009 11:25:53 +0100 Subject: [PATCH] There is no need to replace \r\n with XLS format. --- html/Search/Results.xls | 1 - 1 file changed, 1 deletion(-) diff --git a/html/Search/Results.xls b/html/Search/Results.xls index 0627c97..9951a77 100644 --- a/html/Search/Results.xls +++ b/html/Search/Results.xls @@ -133,7 +133,6 @@ foreach my $row (@rows) { } foreach my $id (sort keys %known_cfs) { my $val = $row->{'CustomField-'.$id}; - $val =~ s/(\n|\r)//g; $worksheet->write($ws_row, $ws_col, $val); $ws_col++; } -- 2.11.0