Merge pull request 'omit whitespace in main layout' (!14) from bugfix/layout-fix into master
All checks were successful
rvr-nextgen/pipeline/head This commit looks good

Reviewed-on: #14
This commit is contained in:
Bence Pőcze 2023-04-12 00:42:40 +02:00 committed by Gitea
commit 4f007765f4
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6

View File

@ -25,8 +25,8 @@
@yields('main')
</main>
<footer>
<p><?= round($__debug_runtime, 0) ?> ms</p>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
<p><?= round($__debug_runtime, 0) ?> ms</p><!--
--><p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
--><p>&copy; The RVR Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer>
@endsection