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 assets/.htaccess, line 7 #84

Closed BugBuster1701 closed 9 years ago

BugBuster1701 commented 9 years ago

in assets/.htaccess, line 7

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.

  Order allow,deny
  Allow from all
</IfModule><IfModule mod_authz_core.c>
  Require all granted
</IfModule>

Posted from SensioLabsInsight