SyntaxFix
Write A Post
Hire A Developer
Questions
It probably means you've got carriage returns (different operating systems use different ways of signaling the end of line).
Use dos2unix to fix the files or set the fileformats in vim:
dos2unix
set ffs=unix,dos