Stripped trailing spaces

This commit is contained in:
Wruczek
2016-07-01 22:34:55 +02:00
parent 28e1ee34fe
commit 358770c7e4
11 changed files with 60 additions and 60 deletions

View File

@ -10,7 +10,7 @@ if(!file_exists($path)) {
echo '<div class="alert alert-danger"><p class="text-center">Wystąpił błąd: plik z regulaminem nie został odnaleziony</div>';
} else {
$file = readFileContent($path);
if(!$file) {
echo '<div class="alert alert-danger"><p class="text-center">Wystąpił błąd: nie można odczytać pliku z regulaminem</div>';
} else {