Skip to content

Commit

Permalink
Fixed issue #5126: CSV export - no new lines
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11224 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 20, 2011
1 parent d19b8c1 commit 66df077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/exportresults_helper.php
Expand Up @@ -1308,7 +1308,7 @@ final public function write(Survey $survey, $languageCode, FormattingOptions $op
protected function strip_tags_full($string)
{
$string=str_replace('-oth-','',$string);
return FlattenText($string,true,'UTF-8',false);
return FlattenText($string,false,true,'UTF-8',false);
}

/**
Expand Down

0 comments on commit 66df077

Please sign in to comment.