summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-21 19:50:10 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-21 19:50:10 -0400
commitd8fb954f00847ebdb2bea3d5b76cd2df1dc44a33 (patch)
treee196dcf9f4a5d4ceea1823d65f87f6b2d4b4ae4a /app/Template/layout.php
parented5bf093abe6bcbb3fe4ea6b91bfa5a0fe897325 (diff)
Add loading icon on board view
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r--app/Template/layout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php
index d02ba08d..7d986309 100644
--- a/app/Template/layout.php
+++ b/app/Template/layout.php
@@ -66,7 +66,7 @@
<section class="page">
<?= $this->app->flashMessage() ?>
<?= $content_for_layout ?>
- </section>
+ </section>
<?php endif ?>
</body>
</html>