aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-03 19:07:31 +0100
committerFrankie B <git@diskfloppy.me>2023-07-03 19:07:31 +0100
commitb5293a41a3882acf35ff0939425a6727d1bb8e88 (patch)
tree57b03eb526d2694a3dcb426e6c0b10bdd890b609 /resources/views/layouts
parent1c3408735446569dfcfdb8bc381ebf7e6385b35d (diff)
style: fix html alignment, etc.
Diffstat (limited to 'resources/views/layouts')
-rw-r--r--resources/views/layouts/default.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php
index 85ea68b..aeb9fc5 100644
--- a/resources/views/layouts/default.blade.php
+++ b/resources/views/layouts/default.blade.php
@@ -13,7 +13,7 @@
<div id="pagebody">
<div id="content">
- @yield('content')
+@yield('content')
</div> <!-- content -->
<div id="footer" class="pagefooter">
@include('includes.footer')