Bug 144728 - Midair collision doubles line feeds. Patch by jouni@heikniemi.net; 2xr=justdave.

This commit is contained in:
gerv%gerv.net 2002-05-29 07:21:44 +00:00
parent a55dad1ff1
commit c4d9231226

View File

@ -865,6 +865,9 @@ foreach my $id (@idlist) {
$vars->{'start_at'} = $::FORM{'longdesclength'};
$vars->{'comments'} = GetComments($id);
$::FORM{'comment'} =~ s/\r\n/\n/g; # Get rid of windows-style line endings.
$::FORM{'comment'} =~ s/\r/\n/g; # Get rid of mac-style line endings.
$::FORM{'delta_ts'} = $delta_ts;
$vars->{'form'} = \%::FORM;