At a guess, I would say that you are developing on a Unuix Unix / Max system, but the customer is running on a Windows system (or vice-versa). I would also guess that you are uploading / downloading your files in Binary mode. The windows editor is probably converting the Unix LF to a LF/CR pair, which your editor thren treats as two new lines. If you upload and download in ASCII mode, the files will be automatically converted between the two formats.
|
2 | Correct spelling, and add minor comment. | ||
|
|
||||
|
1 |
|
||
|
At a guess, I would say that you are developing on a Unuix / Max system, but the customer is running on a Windows system. I would also guess that you are uploading / downloading your files in Binary mode. The windows editor is probably converting the Unix LF to a LF/CR pair, which your editor thren treats as two new lines. If you upload and download in ASCII mode, the files will be automatically converted between the two formats. |
||||
