Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jul 31, 2020
1 parent 1b76947 commit 7158bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-calendar-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function mc_api_format_csv( $data ) {
unset( $values['categories'] );
unset( $values['location'] );
$values['UID'] = $values['uid'];
foreach( $values as $key => $text ) {
foreach ( $values as $key => $text ) {
$values[ $key ] = str_replace( array( "\r\n", "\r", "\n" ), '<br class="mc-export" />', trim( $text ) );
}
if ( ! $keyed ) {
Expand Down

0 comments on commit 7158bb4

Please sign in to comment.