Contao3-Ninja / dlstats

Contao Module dlstats - Counts the number of file downloads
http://contao.ninja/download-statistik-dlstats.html
GNU Lesser General Public License v3.0
4 stars 0 forks source link

[Insight] Text files should end with a newline character - in languages/en/modules.php, line 19 #86

Closed BugBuster1701 closed 9 years ago

BugBuster1701 commented 9 years ago

in languages/en/modules.php, line 19

This file ends with no newline character. It won't render properly on a terminal, and it's considered a bad practice. Add a simple line feed as the last character to fix it.


$GLOBALS['TL_LANG']['MOD']['dlstats']['0'] = 'Download Statistics';
$GLOBALS['TL_LANG']['MOD']['dlstats']['1'] = 'Download statistics.';

$GLOBALS['TL_LANG']['FMD']['testip']['0'] = 'IP Debug Module';
$GLOBALS['TL_LANG']['FMD']['testip']['1'] = 'IP Debug Module, display the IP key values​​.';

Posted from SensioLabsInsight