Merge pull request 'fix typo' (#29) from feature/modify-author into develop
All checks were successful
default-pipeline default-pipeline #134

Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/29
This commit is contained in:
Bence Pőcze 2021-04-29 00:58:57 +02:00 committed by Gitea
commit 58cdc1be8d
No known key found for this signature in database
GPG Key ID: 2E27A8C281A1CC2C
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
"ws": "^7.4.4"
},
"scripts": {},
"author": "Pőcze Bence and The Mapguesser Contributors <bence@pocze.ch>",
"author": "Pőcze Bence and The MapGuesser Contributors <bence@pocze.ch>",
"license": "GNU AGPL 3.0"
}

View File

@ -29,6 +29,6 @@
</main>
<footer>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
--><p>&copy; The Mapguesser Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
--><p>&copy; The MapGuesser Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer>
@endsection