View Single Post
Old 05-31-2007, 04:55 PM  
antifreeze
Junior Member
 
Join Date: May 2007
Posts: 8
Default extra 'returns' put into php files

When I upload php files, and then download them again for editing or backup, somehow extra
carriage returns are being put into the files. So for instance a file which was uploaded like this:

if ($style=="menu3") {

$SL3['prelink'] = "";
$SL3['postlink'] = "";
$SL3['linkclass'] = "";
$SL3['linkclass_hilite'] = "";


will look like this when downloaded again:

if ($style=="menu3") {


$SL3['prelink'] = "";

$SL3['postlink'] = "";

$SL3['linkclass'] = "";

$SL3['linkclass_hilite'] = "";



Any ideas what might be causing this?

Cheers.
antifreeze is offline