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
All checks were successful
rvr-nextgen/pipeline/head This commit looks good
Reviewed-on: #14
This commit is contained in:
commit
4f007765f4
@ -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>© The RVR Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
|
||||
</footer>
|
||||
@endsection
|
||||
|
Loading…
Reference in New Issue
Block a user