Topic: Line Endings Fix
Here is a oneliner to convert all the Windows / DOS CRLF to UNIX LF line endings:
find ./ -type f \( -name "*.php" -o -name "*.css" -o -name "*.js" -o -name "*.txt" -o -name "*.inc" \) | xargs dos2unix -U
Currently only 3 files seem affected as of FA v2.3.15:
sales/inquiry/sales_orders_view.php
purchasing/includes/db/grn_db.inc
manufacturing/includes/db/work_orders_db.inc
Wonder when it was introduced and by whom.....