aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/Views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/Views/layouts')
-rw-r--r--src/app/Views/layouts/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/Views/layouts/main.php b/src/app/Views/layouts/main.php
index b4c7dad..fd9ca40 100644
--- a/src/app/Views/layouts/main.php
+++ b/src/app/Views/layouts/main.php
@@ -28,7 +28,7 @@
<?php include $content; ?>
</main>
<footer>
- <p>Camagru &copy; <?= date('Y') ?></p>
+ <p>Camagru <?= date('Y') ?></p>
</footer>
<script src="/js/app.js"></script>
</body>