Windows and Linux use different line-endings. Windows uses CRLF, while Linux uses only LF.
You would need to tell your Linux editor to use Windows-style line-ending (or vice versa) The "messed up code" is a result of your editor saving your changes in the wrong format. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

